narenarya

Install RethinkDB on Ubuntu14.04

Jul 25th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Installing Rethink DB server on Ubuntu14.04
  2. ==========================================
  3. $ source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
  4. $ wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
  5. $ sudo apt-get update
  6. $ sudo apt-get install rethinkdb
  7. $ sudo cp /etc/rethinkdb/default.conf.sample /etc/rethinkdb/instances.d/instance1.conf
  8. $ sudo /etc/init.d/rethinkdb restart
Advertisement
Add Comment
Please, Sign In to add comment