From 4046264ef256d324a65db4b8575c584380f7f6d3 Mon Sep 17 00:00:00 2001 From: troymc Date: Fri, 15 Jul 2016 14:05:54 +0200 Subject: [PATCH] Add reminder how to *start* BigchainDB on all the nodes --- deploy-cluster-aws/awsdeploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-cluster-aws/awsdeploy.sh b/deploy-cluster-aws/awsdeploy.sh index 5ffa7b11..5a9fc8ed 100755 --- a/deploy-cluster-aws/awsdeploy.sh +++ b/deploy-cluster-aws/awsdeploy.sh @@ -146,6 +146,7 @@ if [ "$WHAT_TO_DEPLOY" == "servers" ]; then # definition of init_bigchaindb() in fabfile.py to see why. fab init_bigchaindb fab set_shards:$NUM_NODES + echo "To start BigchainDB on all the nodes, do: fab start_bigchaindb" else # Deploying clients # The only thing to configure on clients is the api_endpoint