Reference Application on OpenMrs Platform 2.3

Hello, I’m new to openmrs, i have a simple question.

I need to use for a project the OpenMrs Platform 2.3 because this version support SSO and i need to use Keycloak for the authentication.

The latest version of Reference Application 2.9.0 support OpenMrs Platform 2.3 or I have to wait for version 2.10? I installed the 2.9.0 modules but I get several errors in the logs, is there a solution?

Many thanks in advance.

When you installed 2.9 what was your error log, can you share your logs using pastebin.com

@martinor, can you try using the sdk

place the following properties in a file named openmrsdistro.properties

#Mon Nov 11 12:47:55 EAT 2019
db.h2.supported=false
db.sql=classpath\://openmrs-distro.sql
name=Reference Application
omod.addresshierarchy=2.11.0
omod.adminui=1.3.0
omod.allergyui=1.8.2-SNAPSHOT
omod.appframework=2.13.0
omod.appointmentscheduling=1.11.0
omod.appointmentschedulingui=1.9.0-SNAPSHOT
omod.appui=1.11.0-SNAPSHOT
omod.atlas=2.2
omod.atlas.type=omod
omod.attachments=2.1.0
omod.calculation=1.2
omod.coreapps=1.24.0-SNAPSHOT
omod.dataexchange=1.3.3
omod.emrapi=1.28.0-SNAPSHOT
omod.event=2.7.0
omod.event.groupId=org.openmrs
omod.fhir=1.19.0
omod.formentryapp=1.4.2
omod.htmlformentry=3.9.2
omod.htmlformentryui=1.10.0-SNAPSHOT
omod.htmlwidgets=1.10.0
omod.idgen=4.5.0
omod.legacyui=1.5.0
omod.metadatadeploy=1.11.0
omod.metadatamapping=1.3.4
omod.metadatasharing=1.5.0
omod.owa=1.10.0
omod.providermanagement=2.10.0
omod.referenceapplication=2.10.0-SNAPSHOT
omod.referencedemodata=1.4.5
omod.referencemetadata=2.10.0
omod.registrationapp=1.15.0-SNAPSHOT
omod.registrationcore=1.8.0
omod.reporting=1.19.0
omod.reportingcompatibility=2.0.6
omod.reportingrest=1.10.0
omod.reportingui=1.6.0
omod.serialization.xstream=0.2.14
omod.serialization.xstream.type=omod
omod.uicommons=2.9.0-SNAPSHOT
omod.uiframework=3.15.0
omod.uilibrary=2.0.6
omod.webservices.rest=2.26.0
owa.openmrs-owa-sysadmin=1.2
version=2.10.0-SNAPSHOT
war.openmrs=2.3.0
  • run the command below

mvn openmrs-sdk:setup -Ddistro=<path to distro filr>\openmrs-distro.properties

replace with the right path to the distro file. That should be able to run the reff app on platform 2.3

1 Like