Skip to content

Instantly share code, notes, and snippets.

@sarahmei
Created December 17, 2010 07:27
#!/bin/bash
echo "*************************************************************************************************" &&
echo "* ruby 1.8.7 REE build *" &&
echo "*************************************************************************************************" &&
echo "" &&
source /usr/local/rvm/scripts/rvm &&
rvm use ree@diaspora --create &&
bundle install &&
bundle exec rake cruise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment