Update readme instructions to skip cosmos explorer setup #10

Merged
nabarun merged 2 commits from sk-update-readme into main 2025-10-17 09:17:03 +00:00
2 changed files with 14 additions and 14 deletions
+7 -7
View File
@@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
- Set zenith-stack version to use: - Set zenith-stack version to use:
```bash ```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. 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 # Run a playbook to install configure-zenith-vars
# Use the same OUTPUT_DIR used for zenith-ansible # 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: Verify installation:
@@ -261,7 +261,7 @@ Now, run required system setup (installs docker and laconic-so):
```bash ```bash
# sudo access required for installing docker # 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: 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: Setup the deployment directories and pull required docker images to sign the gentx and setup stage 1 validator node:
```bash ```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: 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: Now, we can use this genesis file to run the stage 1 validator node:
```bash ```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: After starting the node, verify it's running correctly:
@@ -494,13 +494,13 @@ cd $ZENITH_STACK_DIR/ansible
Stop validator deployment: Stop validator deployment:
```bash ```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: Clean up validator deployment:
```bash ```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 ### Python Virtual Environment
+7 -7
View File
@@ -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: - Set zenith-stack version to use:
```bash ```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. 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 # Run a playbook to install configure-zenith-vars
# Use the same OUTPUT_DIR used for zenith-ansible # 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: Verify installation:
@@ -219,7 +219,7 @@ Now, run required system setup (installs docker and laconic-so):
```bash ```bash
# sudo access required for installing docker # 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: 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: Setup the deployment directories and pull required docker images to sign the gentx and setup stage 1 validator node:
```bash ```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: 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: Now, we can use this genesis file to run the stage 1 validator node:
```bash ```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: After starting the node, verify it's running correctly:
@@ -450,13 +450,13 @@ cd $ZENITH_STACK_DIR/ansible
Stop validator deployment: Stop validator deployment:
```bash ```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: Clean up validator deployment:
```bash ```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 ### Python Virtual Environment