- clone repo
- run
bundle install
- run
bundle exec rake db:migrate
- run
rails s
- Do you have postgres installed? - Ensure psql is installed and running. - Ensure the current user has full psql privleges
- Are you using RVM? - Using the wrong Ruby version will cause problems. Install RVM or Rbenv to manage rubies.