-
install RVM (http://rvm.io)
-
using RVM (see their instructions) install Ruby - ruby-2.1.1
-
install most recent Bundler (http://bundler.io)
-
install git command line (http://git-scm.com/download/mac)
-
clone this repository
-
run command
rake db:migrate
-
run command
rails server
-
go to http://localhost:3000