From 93ceb68398255cc5ea9d794af9243ce26ab67cfa Mon Sep 17 00:00:00 2001 From: mik-tf Date: Mon, 23 Sep 2024 10:41:47 -0400 Subject: [PATCH] fixed hero mdbook parsing --- .../grid_deployment_full_vm.md | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/collections/developers/grid_deployment/grid_deployment_full_vm.md b/collections/developers/grid_deployment/grid_deployment_full_vm.md index 417d224..2f3f4ca 100644 --- a/collections/developers/grid_deployment/grid_deployment_full_vm.md +++ b/collections/developers/grid_deployment/grid_deployment_full_vm.md @@ -72,29 +72,29 @@ We show the steps to prepare the VM to run the network instance. If you are deploying on testnet or devnet, simply replace `mainnet` by the proper network in the following lines. - Set the prerequisites -``` -apt update && apt install -y git nano ufw -``` + ``` + apt update && apt install -y git nano ufw + ``` - Download the ThreeFold Tech `grid_deployment` repository - ``` - git clone https://github.com/threefoldtech/grid_deployment - cd grid_deployment/docker-compose/mainnet - ``` + ``` + git clone https://github.com/threefoldtech/grid_deployment + cd grid_deployment/docker-compose/mainnet + ``` - Generate a TFChain node key with `subkey` - Note: If you deploy the 3 network instances, you can use the same node key for all 3 networks. But it is recommended to use 3 different keys to facilitate management. -``` -echo .nodekey_mainnet >> .gitignore -../../apps/subkey generate-node-key > .nodekey_mainnet -cat .nodekey_mainnet -``` + ``` + echo .nodekey_mainnet >> .gitignore + ../../apps/subkey generate-node-key > .nodekey_mainnet + cat .nodekey_mainnet + ``` - Create and the set environment variables file - ``` - cp .secrets.env-example .secrets.env - ``` + ``` + cp .secrets.env-example .secrets.env + ``` - Adjust the environment file - ``` - nano .secrets.env - ``` + ``` + nano .secrets.env + ``` - To adjust the `.secrets.env` file, take into account the following: - **DOMAIN**="example.com" - Write your own domain