1) get clone github.com/JinglingGate/blog.git 2) cd blog 3) rvm use ruby-2.1 4) bundle install 5) rake db:create (need to change user in config/database.yml to your postgres user before you can db:create) 6) rake db:migrate 7) rails server
Also start your server: postgres -D /usr/local/var/postgres