Add instructions to fetch stack in README
This commit is contained in:
parent
61d2a595a9
commit
51e8992f98
@ -11,11 +11,17 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
||||
|
||||
## Configuration
|
||||
|
||||
* Fetch the stack:
|
||||
|
||||
```bash
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
|
||||
```
|
||||
|
||||
* Copy the example variables file:
|
||||
```bash
|
||||
cd playbooks/cosmos-multisig-app
|
||||
cp cosmos-multisig-vars.example.yml cosmos-multisig-vars.yml
|
||||
```
|
||||
|
||||
```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 `cosmos-multisig-vars.yml` with your node configuration:
|
||||
```yaml
|
||||
@ -41,7 +47,6 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
||||
|
||||
* Access the app at `http://localhost:3000/laconic`
|
||||
|
||||
|
||||
## Check Status
|
||||
|
||||
* Check app logs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user