YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

Update export format to match new Workday format #485

Open orenyk opened 7 years ago

orenyk commented 7 years ago

High Priority

orenyk commented 7 years ago

I just cloned this locally and wanted to document the steps necessary to get it running:

  1. Install Ruby 2.1.2
  2. Install MySQL 5.6 (5.7 not supported by the version of mysql2 in Gemfile.lock)
  3. export QMAKE=qmake (for capybara-webkit)
  4. copy config/database.yml.example to config/database.yml
  5. rake db:create && rake db:schema:load

And it lives!

orenyk commented 7 years ago

This will have to be done by July 1