Merge pull request 'fixed hero mdbook parsing' (#145) from development_update2 into development

Reviewed-on: #145
This commit is contained in:
mik-tf 2024-09-23 14:38:52 +00:00
commit 1461fc8d33

View File

@ -72,9 +72,9 @@ 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. If you are deploying on testnet or devnet, simply replace `mainnet` by the proper network in the following lines.
- Set the prerequisites - 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 - Download the ThreeFold Tech `grid_deployment` repository
``` ```
git clone https://github.com/threefoldtech/grid_deployment git clone https://github.com/threefoldtech/grid_deployment
@ -82,11 +82,11 @@ If you are deploying on testnet or devnet, simply replace `mainnet` by the prope
``` ```
- Generate a TFChain node key with `subkey` - 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. - 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 echo .nodekey_mainnet >> .gitignore
../../apps/subkey generate-node-key > .nodekey_mainnet ../../apps/subkey generate-node-key > .nodekey_mainnet
cat .nodekey_mainnet cat .nodekey_mainnet
``` ```
- Create and the set environment variables file - Create and the set environment variables file
``` ```
cp .secrets.env-example .secrets.env cp .secrets.env-example .secrets.env