Skip to content

chpladmin/chpl-temp

Repository files navigation

chpl-temp

The CHPL temp

Installation instructions

Install required software

Java 1.8.0 mvn 3.3.3 Eclipse (latest)

Clone the repository

$ git clone https://github.com/chpladmin/chpl-temp.git

Deploy the application

In order to deploy the application and run the executable jar, it must have the following resources in the classpath:

  • certStatusApp-jar-with-dependencies.jar (compiled code to execute including packaged references)
  • updateCertificationStatusApp.sh
  • environment.properties (should follow environment.properties.template)
  • log4j2.xml (optional but recommended)
  • closeUpdateCertificationStatusApp.sh (if running the app on a schedule, this script will close it)

Make sure that executable files are executable by running "chmod +x filename.ext" and verifying with "ls -l".

If desired, update crontab to schedule execution for updateCertificationStatusApp.sh and schedule execution for closeUpdateCertificationStatusApp.sh at the desired times.

About

Temporary standalone applications for the Certified Health IT Product List.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published