Skip to content

Instantly share code, notes, and snippets.

@LBRapid
Last active December 20, 2015 16:29
Show Gist options
  • Save LBRapid/6161564 to your computer and use it in GitHub Desktop.
Save LBRapid/6161564 to your computer and use it in GitHub Desktop.
  • Install Xcode (App Store)
  • Install command line tools (Xcode preferences > Additional downloads)
  • Install Homebrew
$ brew install rbenv
$ brew install ruby-build
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
$ rbenv install 2.0.0-p247
$ rbenv global 2.0.0-p247
$ cd ~/Sites/PROJECT_NAME
$ gem install bundler
$ gem install rails
$ bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment