mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
defined startup of rethinkdb
This commit is contained in:
parent
ae75e519d0
commit
b1d6203bfc
@ -15,7 +15,9 @@ Here is an example that runs on ubuntu:
|
|||||||
source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
|
source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
|
||||||
wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
|
wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install rethinkdb -
|
sudo apt-get install rethinkdb
|
||||||
|
sudo /etc/init.d/rethinkdb restart
|
||||||
|
|
||||||
|
|
||||||
# preparing two additional nodes
|
# preparing two additional nodes
|
||||||
# remember, that the user who starts rethinkdb must have write access to the paths
|
# remember, that the user who starts rethinkdb must have write access to the paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user