Skip to content

Instantly share code, notes, and snippets.

@johno
Last active December 22, 2015 20:59
Show Gist options
  • Save johno/6529952 to your computer and use it in GitHub Desktop.
Save johno/6529952 to your computer and use it in GitHub Desktop.
Get rails up and running.
#!bin/sh
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
\curl -L https://get.rvm.io | bash -s stable
brew install openssl
rvm install 2.0.0
rvm use 2.0.0
gem install bundler
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment