Docker Compose setup for OpenELIS-Global2
You can find more information on how to set up OpenELIS at our docs page
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! |
docker-compose -f docker-compose-2x.yml up -d
Instance | URL | credentials (user: password) |
---|---|---|
OpenElis | https://localhost:8443/OpenELIS-Global/ | 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 in the new docker installer and re-satrt Global Global containers in your existing old Docker installer
./upgrade.sh