Docker Compose setup for OpenELIS-Global2
You can find more information on how to set up OpenELIS at our docs page
-
Update the Enviroment vaiable
OE_DB_PASSWORDin the .env file for the 'clinlims' user -
Update the Enviroment vaiable
ADMIN_PASSWORDin the .env file for the 'admin' user
docker-compose up -d
| Instance | URL | credentials (user: password) |
|---|---|---|
| OpenELIS Frontend | 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