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
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
- Operating System: GNU/Linux or Windows 10.
4
4
- Python >= 3.5 (with setuptools)
5
-
- Docker >= 18
6
-
- Docker compose >= 1.17
5
+
- Docker >= 20.10.13
6
+
- Docker compose >= 2.0
7
7
- RAM memory: At least 4Gb for instance, preferrably 8Gb.
8
8
9
9
On Ubuntu 22.04:
@@ -69,6 +69,8 @@ Create a dhis2-data image from a .sql.gz SQL file and the apps and documents (or
69
69
$ d2-docker create data docker.eyeseetea.com/eyeseetea/dhis2-data:2.37.9-sierra --sql=sierra-db.sql.gz [--apps-dir=path/to/apps] [--documents-dir=path/to/document] [--datavalues-dir=path/to/dataValue]
70
70
```
71
71
72
+
There are demo database files at [databases.dhis2.org](https://databases.dhis2.org/) that may be used for testing purposses. The database downloaded should correspond to the core version created; if there is no database file for the created core version, a prior version of the database should work.
73
+
72
74
### Start a DHIS2 instance
73
75
74
76
Start a new container from a _dhis2-data_ base image:
Glowroot is an open-source Java APM (Application Performance Monitoring) tool. It can help detect and diagnose application performance problems, tracing slow requests, errors, response time breakdowns, SQL capture and more.
385
+
When starting a container, there are two options to enable glowroot on the Tomcat process:
386
+
- Use option `--glowroot` to use the latest version of glowroot in the Tomcat process. This requires internet access to be able to retrieve the file.
387
+
- Use option `--glowroot-zip=FILE` to specify the zip file with the version of glowroot to run in the Tomcat process. This takes precedence over the other option.
388
+
When enabling glowroot, it will start listening on port 4000/tcp so you can connect via browser to its interface. You may override this port with:
389
+
-`--glowroot-port=PORT` to specify the APM glowroot port.
390
+
391
+
### Run d2-docker with glowroot enabled in the default port at the latest version available
0 commit comments