There are several dependencies needed in order to get the app running:
- Ruby (2.0.0 or higher)
- Qt5 (for tests)
Once both dependencies are installed getting running is easy. cd into the app directory and run
$ bundle install --without production
In order to run the server simply type in rails s.
To run tests, run rspec from the project directory. This will run all of the tests in the app and print out the results.