Prototype of integration with different HealthCare Practice management systems.
Backend.
To build project execute ./gradlew clean build from project root
To run application: java -jar "${SYSTEM_PROPERTY_1}" "${SYSTEM_PROPERTY_2}" build/libs/pms-integration-prototype-all.jar
Example: java -jar "-Denv=gcp" "-Dconfig.override.server.port=7000" build/libs/pms-integration-prototype-all.jar
Deployment
To deploy and run solution on Google Cloud Platform, you need:
- Create project on GCP
- Update gcpprovision/install.sh with your GCP project name
- Install Google Cloud SDK https://cloud.google.com/sdk/install
- Run install.sh