OpenStile

Installation

  1. Clone the repo

    $ git clone git@github.com:OpenStile/openstile.git
  2. cd to the project directory and bundle install:

    $ cd openstile
    $ bundle install
  3. Run pending migrations:

    $ rake db:migrate RAILS_ENV=development
  4. Installing PhantomJS for testing. You can find instructions here.

Testing

$ cd openstile
$ rspec spec/