Created
February 16, 2010 02:47
-
-
Save grantmichaels/305238 to your computer and use it in GitHub Desktop.
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
| sudo chown `whoami` ~/.erlang.cookie | |
| sudo hg clone http://hg.basho.com/riak/ | |
| sudo chown -R `whoami` riak | |
| cd riak | |
| ./rebar compile | |
| ./rebar compile generate | |
| cd rel | |
| cd riak | |
| bin/riak console | |
| bin/riak start | |
| bin/riak ping | |
| => "pong" | |
| bin/riak-admin test | |
| =INFO REPORT==== 20-Dec-2009::20:16:31 === | |
| Successfully completed 1 read/write cycle to 'riak@iMac.local' | |
| YAY! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment