Skip to content

Instantly share code, notes, and snippets.

@adamhunter
Forked from bigfleet/ruby-riak
Created February 19, 2010 14:34
Show Gist options
  • Save adamhunter/308745 to your computer and use it in GitHub Desktop.
Save adamhunter/308745 to your computer and use it in GitHub Desktop.
#!/bin/bash
# On OS X? Installed homebrew already? Interested in Riak? Get familiar!
# This command in your terminal should be a one-stop shop.
# curl http://gist.github.com/raw/308745/107168665a46decd540dd1c5d50ccdd82eb01051/ruby-riak | sh
brew install erlang wget
curl http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz | tar zx
cd riak && make all rel
cd rel/riak && bin/riak start
wget http://bitbucket.org/basho/riak/raw/67c55dfd44f5/client_lib/jiak.rb
ruby jiak.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment