Last active
October 23, 2016 00:24
-
-
Save sritchie/ffca28d41e40f7277bdb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: