Update README with correct paths
This commit is contained in:
parent
51e8992f98
commit
23d21c2772
@ -419,7 +419,7 @@
|
|||||||
- Check logs to ensure that the app is running:
|
- Check logs to ensure that the app is running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs laconicd -f
|
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
|
||||||
```
|
```
|
||||||
|
|
||||||
- The app will be running on `http://localhost:3000/laconic`
|
- The app will be running on `http://localhost:3000/laconic`
|
||||||
|
@ -42,7 +42,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
|||||||
|
|
||||||
* Setup and start the multisig app:
|
* Setup and start the multisig app:
|
||||||
```bash
|
```bash
|
||||||
ansible-playbook -v -i localhost, -c local cosmos-multisig-app-start.yml
|
ansible-playbook -v -i localhost, -c local ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-app-start.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
* Access the app at `http://localhost:3000/laconic`
|
* Access the app at `http://localhost:3000/laconic`
|
||||||
@ -51,7 +51,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
|||||||
|
|
||||||
* Check app logs:
|
* Check app logs:
|
||||||
```bash
|
```bash
|
||||||
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs laconicd -f
|
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
|
||||||
```
|
```
|
||||||
|
|
||||||
## Clean up
|
## Clean up
|
||||||
|
Loading…
Reference in New Issue
Block a user