Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Created February 11, 2010 03:46
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wayneeseguin/301187 to your computer and use it in GitHub Desktop.
# This example shows how to setup an environment running Rails 3 (beta) + ripple (for riak) under ruby 1.9.1 with a 'riak' gem set.
∴ rvm update --head
# ((Open a new shell))
# If you do not already have the ruby interpreter installed, install it:
∴ rvm install 1.9.1
# Use the ruby + gem set
∴ rvm 1.9.1%riak
# Download the gems(et) file:
∴ curl -L http://bit.ly/aEpSSB -o riak.gems
# Load the gems(et) file into the current gem environment.
∴ rvm gems load riak.gems
# Now go read ripple's readme to see how to properly use riak with ripple:
# http://seancribbs.github.com/ripple/
#
# Questions on riak / ripple may be asked in #riak on irc.freenode.net
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment