From 72bc7cb1d0116dad0f79aa857539cc69e7059524 Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 9 May 2016 13:17:49 +0200 Subject: [PATCH 1/2] Don't bigchaindb start all nodes automatically once deployed --- deploy-cluster-aws/awsdeploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy-cluster-aws/awsdeploy.sh b/deploy-cluster-aws/awsdeploy.sh index 46a64928..3ce621d9 100755 --- a/deploy-cluster-aws/awsdeploy.sh +++ b/deploy-cluster-aws/awsdeploy.sh @@ -131,9 +131,6 @@ if [ "$WHAT_TO_DEPLOY" == "servers" ]; then # this will only be sent to one of the nodes, see the # definition of init_bigchaindb() in fabfile.py to see why. fab init_bigchaindb - - # Start BigchainDB on all the nodes using "screen" - fab start_bigchaindb else # Deploying clients # The only thing to configure on clients is the api_endpoint From fd6009b4f3e8912482450ad82d0c2d266940ad68 Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 9 May 2016 13:18:36 +0200 Subject: [PATCH 2/2] Updated docs to say how to start BigchainDB on all nodes --- docs/source/deploy-on-aws.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/deploy-on-aws.md b/docs/source/deploy-on-aws.md index 617b7c69..d7efd219 100644 --- a/docs/source/deploy-on-aws.md +++ b/docs/source/deploy-on-aws.md @@ -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: