Updated docs to say how to start BigchainDB on all nodes

This commit is contained in:
troymc 2016-05-09 13:18:36 +02:00
parent 72bc7cb1d0
commit fd6009b4f3

View File

@ -153,6 +153,7 @@ Here's an example of how one could launch a BigchainDB cluster of three (3) node
cd bigchaindb
cd deploy-cluster-aws
./awsdeploy.sh 3
fab start_bigchaindb
```
`awsdeploy.sh` is a Bash script which calls some Python and Fabric scripts. The usage is: