Created
May 18, 2013 16:21
-
-
Save fabiotatsuo/5604980 to your computer and use it in GitHub Desktop.
Package & Install example
This file contains hidden or 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
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