Setup for Mac

Essential Programs

  • Local Dev Server - MAMP Pro - Get your license here. If your name is not on the list let Stuckey know.
  • MySQL Client - Sequel Pro or Navicat
    • sudo ln -s /Applications/MAMP/Library/bin/mysql /usr/local/bin/mysql
  • Install NodeJS
  • Install Git
  • Install Grunt and Bower globally (you will only have to do this once)
npm install -g grunt-cli
npm install -g bower

Optional But Helpful Programs

  • Install Ruby
  • Install Gulp and SASS/Compass:
npm install -g gulp
gem install sass
gem install compass