Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 288 Bytes

README.rdoc

File metadata and controls

15 lines (8 loc) · 288 Bytes

README

  • Rails 4.2.5 Ruby 2.2.1

  • System dependencies: Postgres

  • Configuration – bundle install

  • copy config/database.yml.example to config/database.yml

  • Database creation – rake db:create

  • Database initialization – rake db:mgrate, rake db:seed

  • Development: set up pow