mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Rename install_bigchain to install_bigchaindb
This commit is contained in:
parent
85580aba07
commit
63a0e1e10b
4
deploy-cluster-aws/fabfile.py
vendored
4
deploy-cluster-aws/fabfile.py
vendored
@ -95,10 +95,10 @@ def install_rethinkdb():
|
|||||||
sudo('/etc/init.d/rethinkdb restart')
|
sudo('/etc/init.d/rethinkdb restart')
|
||||||
|
|
||||||
|
|
||||||
# bigchain deployment
|
# bigchaindb deployment
|
||||||
@task
|
@task
|
||||||
@parallel
|
@parallel
|
||||||
def install_bigchain():
|
def install_bigchaindb():
|
||||||
sudo('python3 -m pip install bigchaindb')
|
sudo('python3 -m pip install bigchaindb')
|
||||||
|
|
||||||
|
|
||||||
|
@ -78,14 +78,15 @@ chmod +x add2known_hosts.sh
|
|||||||
cp conf/bigchaindb.conf.template conf/bigchaindb.conf
|
cp conf/bigchaindb.conf.template conf/bigchaindb.conf
|
||||||
cat add2dbconf >> conf/bigchaindb.conf
|
cat add2dbconf >> conf/bigchaindb.conf
|
||||||
|
|
||||||
# rollout base packages for installation of storage and bigchain
|
# rollout base packages (dependencies) needed before
|
||||||
|
# storage backend (rethinkdb) and bigchaindb can be rolled out
|
||||||
fab install_base_software
|
fab install_base_software
|
||||||
|
|
||||||
# rollout storagebackend (rethinkdb)
|
# rollout storage backend (rethinkdb)
|
||||||
fab install_rethinkdb
|
fab install_rethinkdb
|
||||||
|
|
||||||
# rollout bigchain-reporitory
|
# rollout bigchaindb
|
||||||
fab install_bigchain
|
fab install_bigchaindb
|
||||||
|
|
||||||
# generate genesisblock
|
# generate genesisblock
|
||||||
HORST=`tail -1 conf/bigchaindb.conf|cut -d: -f1|cut -d= -f2`
|
HORST=`tail -1 conf/bigchaindb.conf|cut -d: -f1|cut -d= -f2`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user