-
-
Save adamhunter/308745 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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