Skip to content

Instantly share code, notes, and snippets.

@PharkMillups
Created October 16, 2012 20:58
Show Gist options
  • Select an option

  • Save PharkMillups/3902004 to your computer and use it in GitHub Desktop.

Select an option

Save PharkMillups/3902004 to your computer and use it in GitHub Desktop.

get the signing key:

curl http://apt.basho.com/gpg/basho.apt.key | sudo apt-key add -

add the repository to your system:

sudo bash -c "echo deb http://apt.basho.com `lsb_release -sc` main > /etc/apt/sources.list.d/basho.list"

then install Riak

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