Central Archive configuration for testing events
All year long, the Central Archive resides at https://central-archive.ihe-europe.net
Synchronize Central-Archive with Gazelle
- Connect to the central archive VM via SSH
- Go to /home/gazelle/central-archive/scripts
- Copy the more recent script called gazelle_sync_for_Central_Archive.vXX.XXXXXX.sh
- Rename the script by updating the version
- Edit the new version of the script and update the line 247 with the correct gazelle session ID. If the session ID is 42, the line must be:
GAZELLE_SESSION_ID="${GAZELLE_SESSION_ID:-42}"
The line 248 can also be updated to change the URL of Gazelle Test Management to be queried, example:
GAZELLE_URL="${GAZELLE_URL:-https://gazelle.ihe.net/EU-CAT}"
Save the file.
You can execute the script manually to verify it's working.
Recurring update during the event
- Then configure crontab to execute the script every 15min:
crontab -e
- Comment every gazelle_sync_for_Central_Archive lines.
- Add the following line with the correct script path
*/15 * * * * /home/gazelle/central-archive/scripts/gazelle_sync_for_Central_Archive.vxx.xxxxx.sh delete-import
When Connectathon ends
At the end of the event, do not forget to remove the entry from crontab, there is no need to continue pulling the AE Title between events.