stack-orchestrator/stacks/mobymask/README.md

25 lines
629 B
Markdown
Raw Normal View History

2022-11-04 20:02:27 +00:00
# Mobymask
## Set up a Mobymask Watcher
2022-11-08 03:23:52 +00:00
## Clone required repositories
```
$ laconic-so setup-repositories
```
Checkout required branches:
```
$ cd ~/cerc/assemblyscript
$ git checkout ng-integrate-asyncify
$ cd ~/cerc/watcher-ts
$ git checkout v0.2.13
```
## Build the watcher container
```
$ laconic-sh build-containers --include cerc/watcher-mobymask
```
## Deploy the stack
```
2022-11-08 05:22:54 +00:00
$ laconic-so deploy-system --include watcher-mobymask up watcher-db
$ docker exec -i <watcher-db-container> psql -U vdbm mobymask-watcher < config/watcher-mobymask/mobymask-watcher-db.sql
2022-11-08 03:23:52 +00:00
$ laconic-sh deploy-system --include watcher-mobymask
```