Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 790 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 790 Bytes

catalog-browse

To start

Connect to the U-M Library VPN

Screen Shot 2021-11-18 at 2 44 56 PM

run the init.sh script.

./init.sh

edit .env with the appropriate environment variables

start containers

docker compose up -d

Run the tests

docker compose run web bundle exec rspec

In a browser go to http://localhost:4567/callnumber?query=UM1

How to work on features

If you are working on features, set up a gate so that the feature can be turned on and off until the release.

In this project we create an environment variable for the feature. If it is true the feature is enabled. If it is false then it is turned off.

Current Features: