Docker Compose setup for OpenELIS-Global2
You can find more information on how to set up OpenELIS at our docs page
-
Update the password for user
clinlims
in the 1-pgsqlPermissions.sql file , which is used by both HAPI FHIR and the OpenELIS-Global webb app to acces the DB -
Update the data source password used by the webb app in the datasource.password file accordingly
-
Update the data source password used by the Hapi FHIR server in the hapi_application.yaml file accordingly
-
Lastly update the password for user
admin
in the 1-pgsqlPermissions.sql file
docker-compose up -d
Instance | URL | credentials (user: password) |
---|---|---|
Legacy UI | https://localhost/api/OpenELIS-Global/ | admin: adminADMIN! |
New React UI | https://localhost/ | admin: adminADMIN! |
For offline Installtion,where theres no Intenet acess,
-
Download the OpenELIS-Global Docker Installer zip file from the Release Artifacts
-
Unzip the OpenELIS-Global Docker Installer zip file
tar xzf OpenELIS-Global_<verion>_docker_installer.tar.gz
-
Move to directory of the Unziped OpenELIS-Global Docker Installer file
cd OpenELIS-Global_<verion>_docker_installer
-
For installing OpenELIS-Global2 the first time ,Load the images and start the containers by running
./run.sh
-
For Upgrading OpenELIS-Global2 with an existing docker installer ,only Load the images form the new docker installer with the following command, update the image tags to the new docker installer version and re-satrt Global Global containers in your existing old Docker installer
./upgrade.sh