Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 430 Bytes

File metadata and controls

11 lines (7 loc) · 430 Bytes

SQMS is a web-application to guide teams through an efficient software development process, allowing every involved team member to follow precisely each step and to ensure the quality of the final product.

  1. At the command prompt, update bundle:

    <tt>bundle install</tt>
  2. Run database migrations:

    <tt>bundle exec rake db:migrate</tt> (run with --trace for errors messages)