Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 383 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 383 Bytes

CouchInn

Requirements

  • Rails 4.2.4
  • Postgres depending on configuration
  • (...) // TODO: list other requirements

Basic instructions

Make sure the requirements are installed, clone the project, cd into Web and then

bundle install --without production
rake db:reset
rails s

You can find in the seeds.rb file the default credentials for the seeded users.