Connect to the U-M Library VPN
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
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: