Requires JDK 8
Clone repository and submodules, build image and deploy containers
git clone --recursive https://github.com/dvci/IIS-Sandbox.git
docker compose up -d
http://localhost:8081/iis-sandbox/
Added as submodules:
- https://github.com/usnistgov/swp-mds-client.git
- https://github.com/usnistgov/vaccination_deduplication.git
- https://github.com/immregistries/VaccineForecastConnector.git
- https://github.com/immregistries/codebase-client.git
- https://github.com/immregistries/mqe-hl7-util.git
- https://github.com/immregistries/smm-tester.git
Changes to source code:
- src/main/resource/hibernate.cfg.xml - change localhost to ${MYSQL_HOST_PORT}
- src/database/create-database.sql - change @locahost to @%
- src/database/upgrade v0.4.sql - prepend use iis;
- src/database/upgrade v0.5BETA.sql - prepend use iis;
Update any submodule dependencies to latest versions for repos that do not provide tagged versions or releases:
- IIS HL7 Tester and Simple Message Mover 2.30.1 - > 2.30.3 (or latest)