Skip to content

Instantly share code, notes, and snippets.

@sritchie
Last active October 23, 2016 00:24
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sritchie/ffca28d41e40f7277bdb to your computer and use it in GitHub Desktop.
Save sritchie/ffca28d41e40f7277bdb to your computer and use it in GitHub Desktop.
dependencies:
pre:
- 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=1.16.3~0precise
- sudo cp /etc/rethinkdb/default.conf.sample /etc/rethinkdb/instances.d/instance1.conf
- sudo /etc/init.d/rethinkdb restart
@bithavoc
Copy link

this is fixed to 1.16.3, it's pretty old. If you want to get the latests version just remove the version from the install command, like this:

    - sudo apt-get install rethinkdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment