Add top-level run.sh for easy local cluster startup

This commit is contained in:
Michael Vines
2019-02-16 09:58:28 -08:00
committed by Grimes
parent 83ac075b22
commit 599516473a
4 changed files with 12 additions and 4 deletions

View File

@ -69,6 +69,11 @@ Build
$ cargo build --all
```
Then to run a minimal local cluster
```bash
$ ./run.sh
```
Testing
---