Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Last active December 16, 2015 17:29
Show Gist options
  • Save fabiotatsuo/5470359 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/5470359 to your computer and use it in GitHub Desktop.
Erlang and Riak
erlang
cd /home/user/otp_src_R15B01
riak
cd /home/user/riak-1.3.1
Riak Fast Track
http://docs.basho.com/riak/latest/tutorials/fast-track/What-is-Riak/
curl -O http://downloads.basho.com.s3-website-us-east-1.amazonaws.com/riak/1.3/1.3.1/riak-1.3.1.tar.gz
tar zxvf riak-1.3.1.tar.gz
cd riak-1.3.1
make rel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment