Make things a bit more readable
This commit is contained in:
@@ -48,28 +48,24 @@ bash docker_ctl.sh bucket_create
|
|||||||
creates a bucket in couchbase.
|
creates a bucket in couchbase.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd hearthmod/
|
|
||||||
bash docker_ctl.sh bucket_restore
|
bash docker_ctl.sh bucket_restore
|
||||||
```
|
```
|
||||||
|
|
||||||
restores the latest database snapshot/populates it.
|
restores the latest database snapshot/populates it.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd hearthmod/
|
|
||||||
bash docker_ctl.sh compile
|
bash docker_ctl.sh compile
|
||||||
```
|
```
|
||||||
|
|
||||||
compiles and installs the entire hearthmod server stack.
|
compiles and installs the entire hearthmod server stack.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd hearthmod/
|
|
||||||
bash docker_ctl.sh start
|
bash docker_ctl.sh start
|
||||||
```
|
```
|
||||||
|
|
||||||
starts the hearthmod server stack.
|
starts the hearthmod server stack.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd hearthmod/
|
|
||||||
bash docker_ctl.sh stop
|
bash docker_ctl.sh stop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user