https://github.com/mlibrary/catalog-browse
https://github.com/mlibrary/catalog-browse
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlibrary/catalog-browse
- Owner: mlibrary
- Created: 2021-10-05T17:34:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:55:46.000Z (over 1 year ago)
- Last Synced: 2024-11-06T14:43:20.609Z (over 1 year ago)
- Language: Ruby
- Size: 597 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# catalog-browse
## To start
Connect to the U-M Library VPN

run the `init.sh` script.
```bash
./init.sh
```
edit .env with the appropriate environment variables
start containers
```bash
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: