Skip to content

Instantly share code, notes, and snippets.

@tomelm
Created September 20, 2013 19:52
Show Gist options
  • Save tomelm/6642896 to your computer and use it in GitHub Desktop.
Save tomelm/6642896 to your computer and use it in GitHub Desktop.

POTENTIAL BATMAN!

Dependencies

There are several dependencies needed in order to get the app running:

  1. Ruby (2.0.0 or higher)
  2. Qt5 (for tests)

Setup

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.

Tests

To run tests, run rspec from the project directory. This will run all of the tests in the app and print out the results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment