forked from cerc-io/stack-orchestrator
23 lines
441 B
Markdown
23 lines
441 B
Markdown
# Mobymask
|
|
|
|
## Set up a Mobymask Watcher
|
|
|
|
## 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
|
|
```
|
|
$ laconic-sh deploy-system --include watcher-mobymask
|
|
``` |