mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Include db backend (rethinkdb) when call bigchaindb configure
This commit is contained in:
parent
e98a161805
commit
5750027cd4
2
deploy-cluster-aws/fabfile.py
vendored
2
deploy-cluster-aws/fabfile.py
vendored
@ -221,7 +221,7 @@ def install_bigchaindb_from_git_archive():
|
||||
@task
|
||||
@parallel
|
||||
def configure_bigchaindb():
|
||||
run('bigchaindb -y configure', pty=False)
|
||||
run('bigchaindb -y configure rethinkdb', pty=False)
|
||||
|
||||
|
||||
# Send the specified configuration file to
|
||||
|
@ -34,5 +34,5 @@ mkdir $CONFDIR
|
||||
for (( i=0; i<$NUMFILES; i++ )); do
|
||||
CONPATH=$CONFDIR"/bcdb_conf"$i
|
||||
echo "Writing "$CONPATH
|
||||
bigchaindb -y -c $CONPATH configure
|
||||
bigchaindb -y -c $CONPATH configure rethinkdb
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user