In this section, we’ll walk you through building and starting an instance of LocatorAPI. There are three options: using Docker, Java, Running from source or WAR file.
If you are familiar with docker, this is the preferred method to start else you can try running via Java or from source.
Prerequisites
A DHIS2 server (v 2.36 or higher)
RO Database User: Create a user in database and provide RO permission to access dhis2 database.
PostGIS extension installed and enabled
Server Requirement
...
Apache Server
...
Docker
The docker locatorAPI project is able to build docker images, provide scripts and a docker-compose.yml for launching pre-built images. the quickest start is to run the latest image directly:
...