Update README with steps to run multisig app
This commit is contained in:
parent
55eec601fd
commit
da8b3855e8
32
docs/demo.md
32
docs/demo.md
@ -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
|
||||
|
@ -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: |
|
||||
|
@ -2,11 +2,5 @@ network:
|
||||
ports:
|
||||
cosmos-multisig-ui:
|
||||
- 3000:3000
|
||||
zero:
|
||||
- 5080
|
||||
- 6080
|
||||
alpha:
|
||||
- 8080:8080
|
||||
- 9080
|
||||
ratel:
|
||||
- 8000
|
||||
|
Loading…
Reference in New Issue
Block a user