Update readme instructions to skip cosmos explorer setup #10
14
README.md
14
README.md
@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
|
||||
- Set zenith-stack version to use:
|
||||
|
||||
```bash
|
||||
ZENITH_STACK_VERSION=v0.2.16
|
||||
ZENITH_STACK_VERSION=v0.2.23
|
||||
```
|
||||
|
||||
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.
|
||||
@ -170,7 +170,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
|
||||
|
||||
# Run a playbook to install configure-zenith-vars
|
||||
# Use the same OUTPUT_DIR used for zenith-ansible
|
||||
zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}" -K
|
||||
zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}"
|
||||
```
|
||||
|
||||
Verify installation:
|
||||
@ -261,7 +261,7 @@ Now, run required system setup (installs docker and laconic-so):
|
||||
|
||||
```bash
|
||||
# sudo access required for installing docker
|
||||
zenith-ansible system-setup -i dev -s stage1 -K --skip-tags onboarding
|
||||
zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
If your machine did not have Docker installed before, the above command will install it. On Ubuntu, you will need to activate the `docker` group for your current shell:
|
||||
@ -281,7 +281,7 @@ zenith-ansible setup -i dev -s tge
|
||||
Setup the deployment directories and pull required docker images to sign the gentx and setup stage 1 validator node:
|
||||
|
||||
```bash
|
||||
zenith-ansible setup -i dev -s stage1 --skip-tags onboarding
|
||||
zenith-ansible setup -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
These steps will create following in the [configured](#view-configuration) deployments directory:
|
||||
@ -353,7 +353,7 @@ This will:
|
||||
Now, we can use this genesis file to run the stage 1 validator node:
|
||||
|
||||
```bash
|
||||
zenith-ansible start -i dev -s stage1 --skip-tags onboarding
|
||||
zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
After starting the node, verify it's running correctly:
|
||||
@ -494,13 +494,13 @@ cd $ZENITH_STACK_DIR/ansible
|
||||
Stop validator deployment:
|
||||
|
||||
```bash
|
||||
zenith-ansible stop -i dev -s stage1 --skip-tags onboarding
|
||||
zenith-ansible stop -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
Clean up validator deployment:
|
||||
|
||||
```bash
|
||||
zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding -K
|
||||
zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
### Python Virtual Environment
|
||||
|
||||
@ -60,7 +60,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru
|
||||
- Set zenith-stack version to use:
|
||||
|
||||
```bash
|
||||
ZENITH_STACK_VERSION=v0.2.16
|
||||
ZENITH_STACK_VERSION=v0.2.23
|
||||
```
|
||||
|
||||
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.
|
||||
@ -139,7 +139,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru
|
||||
|
||||
# Run a playbook to install configure-zenith-vars
|
||||
# Use the same OUTPUT_DIR used for zenith-ansible
|
||||
zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}" -K
|
||||
zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}"
|
||||
```
|
||||
|
||||
Verify installation:
|
||||
@ -219,7 +219,7 @@ Now, run required system setup (installs docker and laconic-so):
|
||||
|
||||
```bash
|
||||
# sudo access required for installing docker
|
||||
zenith-ansible system-setup -i dev -s stage1 -K --skip-tags onboarding
|
||||
zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
If your machine did not have Docker installed before, the above command will install it. On Ubuntu, you will need to activate the `docker` group for your current shell:
|
||||
@ -239,7 +239,7 @@ zenith-ansible setup -i dev -s tge
|
||||
Setup the deployment directories and pull required docker images to sign the gentx and setup stage 1 validator node:
|
||||
|
||||
```bash
|
||||
zenith-ansible setup -i dev -s stage1 --skip-tags onboarding
|
||||
zenith-ansible setup -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
These steps will create following in the [configured](#view-configuration) deployments directory:
|
||||
@ -318,7 +318,7 @@ This will:
|
||||
Now, we can use this genesis file to run the stage 1 validator node:
|
||||
|
||||
```bash
|
||||
zenith-ansible start -i dev -s stage1 --skip-tags onboarding
|
||||
zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
After starting the node, verify it's running correctly:
|
||||
@ -450,13 +450,13 @@ cd $ZENITH_STACK_DIR/ansible
|
||||
Stop validator deployment:
|
||||
|
||||
```bash
|
||||
zenith-ansible stop -i dev -s stage1 --skip-tags onboarding
|
||||
zenith-ansible stop -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
Clean up validator deployment:
|
||||
|
||||
```bash
|
||||
zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding -K
|
||||
zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding,explorer
|
||||
```
|
||||
|
||||
### Python Virtual Environment
|
||||
|
||||
Loading…
Reference in New Issue
Block a user