Update instructions with setup

This commit is contained in:
Prathamesh Musale 2023-12-20 15:15:35 +05:30
parent 324a32a0ae
commit 54b30ce2ea
2 changed files with 15 additions and 1 deletions

View File

@ -7,6 +7,20 @@
* Chain Head Exporter - for tracking chain heads given external ETH RPC endpoints
* See [monitoring-watchers.md](./monitoring-watchers.md) for an example usage of the stack with pre-configured dashboards for watchers
## Setup
Clone required repositories:
```bash
laconic-so --stack monitoring setup-repositories --git-ssh --pull
```
Build the container images:
```bash
laconic-so --stack monitoring build-containers
```
## Create a deployment
First, create a spec file for the deployment, which will map the stack's ports and volumes to the host:

View File

@ -4,7 +4,7 @@ Instructions to setup and run monitoring stack with pre-configured watcher dashb
## Create a deployment
First, create a spec file for the deployment, which will map the stack's ports and volumes to the host:
After completing [setup](./README.md#setup), create a spec file for the deployment, which will map the stack's ports and volumes to the host:
```bash
laconic-so --stack monitoring deploy init --output monitoring-watchers-spec.yml