Skip to content

Instantly share code, notes, and snippets.

View gburd's full-sized avatar

Greg Burd gburd

View GitHub Profile
@gburd
gburd / qs4riak.txt
Created February 8, 2012 17:46 — forked from micrypt/gist:1048924
Riak Quick Start from GitHub
# 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