pulibrary / locations

Services around holding, delivery, and physical locations
MIT License
3 stars 0 forks source link

PUL Locations

Build Status Coverage Status

A mountable Rails Engine for managing PUL Library, Holding, Hours, and Delivery location data, including forms for managing that data and JSON APIs for integration with other services.

To Install for Development

After you've cloned the repo:

$ bundle install
$ rake engine_cart:regenerate
$ rake spec

Note: phantomjs must be installed and in your PATH for all tests to pass.

To Mount in an Application

In your application gemfile add

gem 'locations', git: 'git@github.com:pulibrary/locations.git', branch: 'master'

Then run

$ bundle install
$ rails generate locations:install