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
| # Install Erlang | |
| $ sudo apt-get install autoconf | |
| $ curl -O https://raw.github.com/dreverri/kerl/master/kerl; chmod a+x kerl | |
| $ ./kerl build R14B04 r14b04 | |
| $ ./kerl install r14b04 /opt/erlang/r14b04 | |
| $ . ~/.kerl/installs/r14b04/activate | |
| # Build Riak from source | |
| $ git clone git://github.com/basho/riak.git | |
| $ cd riak |
NewerOlder