mlibrary / catalog-browse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About


Languages

Language:Ruby 65.2%Language:CSS 16.7%Language:HTML 16.1%Language:Dockerfile 1.0%Language:Shell 0.6%Language:JavaScript 0.4%