Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Created May 18, 2013 16:21
Show Gist options
  • Save fabiotatsuo/5604980 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/5604980 to your computer and use it in GitHub Desktop.
Package & Install example
wget http://downloads.basho.com.s3-website-us-east-1.amazonaws.com/riak/1.3/1.3.0/ubuntu/precise/riak_1.3.0-1_amd64.deb
sudo dpkg -i riak_1.3.0-1_amd64.deb
wget http://downloads.basho.com.s3-website-us-east-1.amazonaws.com/riak/1.3/1.3.0/riak-1.3.0.tar.gz
tar zxvf riak-1.3.0.tar.gz
cd riak-1.3.0
make rel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment