Skip to content

Beta Release 2-1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adulojusm adulojusm released this 18 Aug 10:31
· 185 commits to master since this release

Early realease of SORMAS-DHIS2 Interoperability Adapter Using HL7 standard.

To Explore the software you need to install the following dependencies;

  1. Tomcat (>=9)
  2. JDK (>=9)
  3. Apache as Reverse proxy (optional)
  4. Create a file at your home directory with the following credentials.

#if you want to use MySQL for the Adapter turn the flag to 1 or 0 to disable
mySSQL = 1

db-host = localhost
db-name = ****
db-user = root
db-password = ****
db-port = ****

pg_db_host = localhost
pg_db_name = ****
pg_db_user = ****
pg_db_password = ****
pg_db_port = ****

  1. Secure the file by changing its permissions to disable external access.
  2. Download the WAR file and place it in the webapps folder inside your Tomcat (you may want to rename your war file.
  3. Access the UI by pointing your browser to http://localhost:8080/