Population Health Management

Local Execution

Go to the PHM-Processes-SB-service directory and using the configuration application.properties run

. ./launch.sh clean install

If you are developing use the configuration application-dev.properties and run

. ./launch-dev.sh clean install

with a controller up and running at port 8080.

Docker Execution

With docker running, in the PHM-Processes-SB-service directory run

. ./launch.sh clean install -Pdocker,h2

Then you should be able to continue as in the local execution.