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.
-
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.