Created
January 14, 2012 01:55
-
-
Save trobrock/1609851 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
curl -s https://rvm.beginrescueend.com/install/rvm | bash | |
'[[ -s "/Users/release/.rvm/scripts/rvm" ]] && source "/Users/release/.rvm/scripts/rvm"\nexport JAVA_HOME=/Library/Java/Home\nexport JRE_HOME=/Library/Java/Home\nexport JAVA_OPTS="-Djava.awt.headless=true -Xmx2048M"' > /Users/release/.profile | |
source /Users/release/.profile | |
rvm install --force ruby-1.8.7-p352 | |
rvm install --force ree | |
rvm --default ruby-1.8.7-p352 | |
rvm gemset create "outright-app" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment