Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.
/ locations Public archive

Services around holding, delivery, and physical locations

License

Notifications You must be signed in to change notification settings

pulibrary/locations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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