The goal of this is to have a script so new hires or new machines to get up and running real quick like.
- Install XCode from Mac App Store
- Install Commandline Tools from Xcode> Open Developer Tool> More Developer Tools
- Install Postgres
- if you use postgres app use this command to install the gem
gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config . –
rvm install 2.1.2
- Simple... run this in your terminal
# install homebrew first
$> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$> curl https://gist.githubusercontent.com/tjhanley/67d44b4528354d93ecb9/raw/setup.sh | sh
here's the output from my brand spankin' new Mavericks MacBook