/rails-template-app

As a template for inner use

Primary LanguageRuby

Setup project

  1. Setup postgres database (+ Create user in PGAdmin III with all priviliges)
  2. Run cp config/database.yml.template config/database.yml (+Add your username password to database.yml)
  3. Run bundle install (It could require to run bundle update rake before)
  4. Run rake db:setup
  5. Run rails s