Skip to content

Instantly share code, notes, and snippets.

@nmu
Created June 20, 2013 02:52
Show Gist options
  • Save nmu/5819978 to your computer and use it in GitHub Desktop.
Save nmu/5819978 to your computer and use it in GitHub Desktop.
Modified from https://gist.github.com/ErneX/3179774
- Install XCode from the App Store.
- Launch XCode > Preferences > Downloads > Install the Command Line Tools
- Install XQuartz version 2.7.2 http://xquartz.macosforge.org/trac/wiki/X112.7.2
- Install homebrew: https://github.com/mxcl/homebrew/wiki/installation
- Install git
- From Terminal: brew install git
- From Installer: git-osx-installer version 1.7.11.3 http://code.google.com/p/git-osx-installer/downloads/list
- Install Ruby 1.9.3 with rvm, run this command on a terminal and follow the instructions: curl -L https://get.rvm.io | bash -s stable --ruby
- Install MySQL using the DMG installer, I used version 5.1.63 found here http://dev.mysql.com/downloads/mysql/5.1.html I use this to get the files needed for the mysql2 gem to install, I don't install the prefpane or the init script since I use MAMP as my MySQL server on my Mac.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment