You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-17Lines changed: 36 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
Please look for further instructions on the openIMIS Wiki: https://openimis.atlassian.net/wiki/spaces/OP/pages/963182705/MO1.1+Install+the+modular+openIMIS+using+Docker
7
7
8
8
9
-
The docker-compose currently contains the openIMIS database, backend + worker, frontend, restapi and gateway components.
9
+
The dockercompose currently contains the openIMIS database, backend + worker, frontend, restapi and gateway components.
10
10
11
11
12
12
In case of troubles, please consult/contact our service desk via our [ticketing site](https://openimis.atlassian.net/servicedesk/customer).
@@ -19,44 +19,63 @@ In case of troubles, please consult/contact our service desk via our [ticketing
19
19
20
20
* create a `.env` file, use .env.example as starting point
21
21
22
-
## configure the restapi
22
+
## Configure the restapi
23
23
the rest api config files appsettings.json, appsettings.Production.json, appsetting.Developments.json must be created in the folder ./conf/restapi
24
24
create the log folder ./logs¨
25
25
26
26
to remove the restapi one will have to:
27
27
- uncomment the volume in the fronend config
28
28
- replace openimis.conf with openimis.conf.without_restapi
29
29
30
-
## configure the gateway (optionnal)
30
+
## Configure the gateway (optionnal)
31
31
32
32
- uncomment the volume in the fronend config
33
33
- make modification in openimis.conf
34
34
35
35
36
-
## init database
36
+
## Init database
37
37
38
-
by default the database is initialised with demo data without any action
38
+
Include the line INIT_MODE=demo in .env or uncomment it if .env.example copied to intiate the database with the DEMO dataset, it will create an empty openIMIS database otherwise
39
39
40
-
# stop /start
40
+
## OpenFN/Lightning setup
41
+
Lightning is not by default enabled in dockerized instance. To make it work it's required to:
42
+
* Copy `.env.lightning.example` to `.env.lightning` and make adjustments
0 commit comments