Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Installing Rethink DB server on Ubuntu14.04
- ==========================================
- $ 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 -
- $ sudo apt-get update
- $ sudo apt-get install rethinkdb
- $ sudo cp /etc/rethinkdb/default.conf.sample /etc/rethinkdb/instances.d/instance1.conf
- $ sudo /etc/init.d/rethinkdb restart
Advertisement
Add Comment
Please, Sign In to add comment