Update README with steps to run multisig app

This commit is contained in:
IshaVenikar 2025-05-26 19:15:29 +05:30
parent 55eec601fd
commit da8b3855e8
3 changed files with 33 additions and 7 deletions

View File

@ -379,6 +379,38 @@
rm $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR/data/laconicd-data/config/priv_validator_key.json
```
- Set envs:
```bash
# Set multisig app deployment directory
export MULTISIG_DEPLOYMENT_DIR=cosmos-multisig-deployment
```
- Copy the example variables file:
```bash
cp ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.yml
```
- Update env values in `cosmos-multisig-vars.yml`
- Update port mappings in `~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/templates/specs/cosmos-multisig-app-spec-template.yml.j2` to avoid port conflicts:
```bash
network:
ports:
cosmos-multisig-ui:
- 3000:3000
alpha:
- 8080:8080
```
- Run playbook to setup cosmos multisig app
```bash
ansible-playbook -v -i localhost, -c local ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-app-start.yml
```
## Cleanup
- Remove deployments and other config files

View File

@ -16,7 +16,7 @@
- name: Clone zenith-stack repo
shell: |
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@iv-default-laconic --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.0 --git-ssh --pull
- name: Build container image
shell: |

View File

@ -2,11 +2,5 @@ network:
ports:
cosmos-multisig-ui:
- 3000:3000
zero:
- 5080
- 6080
alpha:
- 8080:8080
- 9080
ratel:
- 8000