Skip to content

Instantly share code, notes, and snippets.

@grantmichaels
Created February 16, 2010 02:47
Show Gist options
  • Select an option

  • Save grantmichaels/305238 to your computer and use it in GitHub Desktop.

Select an option

Save grantmichaels/305238 to your computer and use it in GitHub Desktop.
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