Skip to content

Instantly share code, notes, and snippets.

@seifsallam
Last active December 20, 2015 08:49
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 seifsallam/6102987 to your computer and use it in GitHub Desktop.
Save seifsallam/6102987 to your computer and use it in GitHub Desktop.
Rails, mongodb, redis OSX setup

Global

  • Install Homebrew ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
  • Install imageMagik brew install imagemagick

Setup Ruby

  • brew update
  • brew install rbenv
  • brew install ruby-build. Replace ruby-build with any ruby version you want
  • Install rbenv-vars
  • Install rbenv-rehash
  • Switch to rbenv ruby-build
  • gem install bundler
  • In your project use bundle install to install all gems including Rails

Install Mongodb

Install Redis

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