Last active
August 29, 2015 13:57
-
-
Save Arr0way/9709041 to your computer and use it in GitHub Desktop.
OSX Mavericks install Git, Rails, RVM & MySQL - One Liner
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
brew install automake && brew install git && brew install mysql && \curl -L https://get.rvm.io|bash -s stable --ruby && source ~/.rvm/scripts/rvm && gem install rails && mkdir -p ~/Library/LaunchAgents && ln -s /usr/local/opt/mysql/homebrew.mxcl.mysql.plist ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist && launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment