Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMarcogliese committed Oct 16, 2017
0 parents commit 8368a87
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# patientgenerator

How to start the patientgenerator application
---

1. Run `mvn clean install` to build your application
1. Start application with `java -jar target/patientgenerator-1.0.jar server config.yml`
1. To check that your application is running enter url `http:https://localhost:8080`

Health Check
---

To see your applications health enter url `http:https://localhost:8081/healthcheck`

0 comments on commit 8368a87

Please sign in to comment.