Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 582 Bytes

Test task for VoltMobi

Build Status

Project setup

  1. Copy config files:

     $ cp config/database.yml.example config/database.yml
     $ cp config/secrets.yml.example config/secrets.yml
    
  2. Install and run bundler

     $ gem install bundler
     $ bundle
    
  3. Create and prepare database

     $ rake db:setup
     $ # or
     $ rake db:create
     $ rake db:migrate
     $ rake db:seed
    
  4. Install git hooks

     $ overcommit --install