Skip to content

Instantly share code, notes, and snippets.

@matiaskorhonen
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiaskorhonen/ac2c2119fdf9f7452f3b to your computer and use it in GitHub Desktop.
Save matiaskorhonen/ac2c2119fdf9f7452f3b to your computer and use it in GitHub Desktop.
Basic Rails set-up for OS X
  1. Install XCode (from the app store)

  2. Run:

xcode-select --install
  1. Install Oh My ZSH: http://ohmyz.sh/
curl -L http://install.ohmyz.sh | sh
  1. Install homebrew (http://brew.sh/):
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install RVM (https://rvm.io/rvm/install):
\curl -sSL https://get.rvm.io | bash
  1. Install Ruby:
rvm install 2.1.3
  1. Install Postgres.app: http://postgresapp.com/

  2. Install ImageMagick (you'll probably need it):

brew install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment