Skip to content

Instantly share code, notes, and snippets.

@nirix
Created July 28, 2012 07:43
Show Gist options
  • Save nirix/3192290 to your computer and use it in GitHub Desktop.
Save nirix/3192290 to your computer and use it in GitHub Desktop.
Things I need to do and install on a fresh OS install
export PATH=/brew/bin:$PATH
gem 'bundler'
gem 'thin'
gem 'foreman'
gem 'heroku'
gem 'sinatra'
gem 'rocketeer'
gem 'sass'
gem 'mysql2'
  1. Install Xcode
    1. Install Xcode CLI tools
  2. Install Homebrew in /brew
  3. Place .profile in ~/
  4. Install Ruby: brew install ruby
    1. Update .profile to include gem path if it doesn't already.
    2. Run bundle install in the same directory as the included Gemfile
  5. Install MySQL: brew install mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment