Implements date picker for booking a media item
Clone the repo
git clone [email protected]:mlibrary/get-this.git
cd get-this
run the init.sh
script.
./init.sh
edit .env with the appropriate environment variables
start containers
docker compose up -d
config/institution_hours_exceptions.json
is a static file that needs to be
updated yearly.
There is a github action that checks monthly for updates and then creates a pull request. By merging that pull request and making a release this will stay up-to-date.
-
Verify that you are using a production Alma API Key.
-
Run the script
docker compose run --rm web ruby bin/update_alma_config.rb
The file config/institution_hours_exceptions.json
will get replaced with the
latest information.
- Commit the file and go through the app release process.