Skip to content

Commit 44c6250

Browse files
committed
distro properties added.
1 parent e31a5f2 commit 44c6250

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,7 @@ local.properties
131131

132132
# env file
133133
resource-server.env
134-
omh-server.env
134+
omh-server.env
135+
136+
# drishti emr docker files
137+
drishti-emr/web

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- resource-server
5353

5454
drishti-emr:
55-
build: ./drishti-emr/.
55+
build: ./drishti-emr/web/.
5656
image: beapen/drishti-emr
5757
depends_on:
5858
- mysql

openmrs-distro.properties

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
#Thu Dec 13 14:11:49 EST 2018
2+
db.h2.supported=false
3+
db.sql=classpath\://openmrs-distro.sql
4+
name=Reference Application
5+
omod.addresshierarchy=2.11.0
6+
omod.adminui=1.2.3
7+
omod.allergyui=1.8.1
8+
omod.appframework=2.11.0
9+
omod.appointmentscheduling=1.9.0
10+
omod.appointmentschedulingui=1.7.0
11+
omod.appui=1.8.0
12+
omod.atlas=2.2
13+
omod.atlas.type=omod
14+
omod.calculation=1.2
15+
omod.chartsearch=2.1.0
16+
omod.coreapps=1.19.0
17+
omod.dataexchange=1.3.2
18+
omod.drishti=1.0.0-SNAPSHOT
19+
omod.emrapi=1.24.4
20+
omod.event=2.6.0
21+
omod.event.groupId=org.openmrs
22+
omod.formentryapp=1.4.2
23+
omod.htmlformentry=3.7.0
24+
omod.htmlformentryui=1.7.0
25+
omod.htmlwidgets=1.9.0
26+
omod.idgen=4.5.0
27+
omod.legacyui=1.4.0
28+
omod.metadatadeploy=1.10.0
29+
omod.metadatamapping=1.3.4
30+
omod.metadatasharing=1.5.0
31+
omod.owa=1.9.0
32+
omod.providermanagement=2.10.0
33+
omod.referenceapplication=2.8.0
34+
omod.referencedemodata=1.4.4
35+
omod.referencemetadata=2.8.0
36+
omod.registrationapp=1.12.0
37+
omod.registrationcore=1.8.0
38+
omod.reporting=1.16.0
39+
omod.reportingcompatibility=2.0.5
40+
omod.reportingrest=1.10.0
41+
omod.reportingui=1.6.0
42+
omod.serialization.xstream=0.2.14
43+
omod.serialization.xstream.type=omod
44+
omod.uicommons=2.6.0
45+
omod.uiframework=3.13.0
46+
omod.uilibrary=2.0.6
47+
omod.webservices.rest=2.22.0
48+
owa.openmrs-owa-sysadmin=1.1
49+
version=2.8.0
50+
war.openmrs=2.1.3

0 commit comments

Comments
 (0)