Skip to content

Instantly share code, notes, and snippets.

@iliabylich
Created November 18, 2013 14:21
Show Gist options
  • Save iliabylich/7528527 to your computer and use it in GitHub Desktop.
Save iliabylich/7528527 to your computer and use it in GitHub Desktop.
curl http://apt.basho.com/gpg/basho.apt.key | sudo apt-key add -
sudo bash -c "echo deb http://apt.basho.com $(lsb_release -sc) main > /etc/apt/sources.list.d/basho.list"
sudo apt-get update
sudo apt-get install riak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment