Installation Steps Run gem install bundler Run bundle install Run rake db:create <-- Only the first time. (Will need to have postgres setup and running) Run rake db:migrate Run rails s to start the server