Jay Chiang's Portfolio
- install git(http://git-scm.com/downloads)
- install homebrew ( linux version https://github.com/Homebrew/linuxbrew)
- install rbenv and ruby 2.0 and rails 4.0
- install postgres
- clone this from github (https://github.com/jchen038/jcp)
- cd into the folder and bundle install
- start server with 'rails s'
- open with http://localhost:3000