这是indexloc提供的服务,不要输入任何密码
Skip to content

mozzy11/openelis-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenELIS Global2 Docker Compose Setup

Docker Compose setup for OpenELIS-Global2

You can find more information on how to set up OpenELIS at our docs page

Build Status

Publish Docker Image Status

Build Off Line Docker Images

ONLINE INSTALLATION

Updating the DB Passord (Optional)

  1. 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

  2. Update the data source password used by the webb app in the datasource.password file accordingly

  3. Update the data source password used by the Hapi FHIR server in the hapi_application.yaml file accordingly

  4. Lastly update the password for user admin in the 1-pgsqlPermissions.sql file

Running OpenELIS Global 3x with docker-compose

docker-compose up -d

The Instance can be accessed at

Instance URL credentials (user: password)
Legacy UI https://localhost/api/OpenELIS-Global/   admin: adminADMIN!
New React UI https://localhost/ admin: adminADMIN!

Running OpenELIS Global 2x with docker-compose

docker-compose -f docker-compose-2x.yml up -d 

The Instance can be accessed at

Instance URL credentials (user: password)
OpenElis https://localhost:8443/OpenELIS-Global/   admin: adminADMIN!

OFFLINE INSTALLTION

For offline Installtion,where theres no Intenet acess,

  1. Download the OpenELIS-Global Docker Installer zip file from the Release Artifacts

  2. Unzip the OpenELIS-Global Docker Installer zip file

    tar xzf OpenELIS-Global_<verion>_docker_installer.tar.gz
    
  3. Move to directory of the Unziped OpenELIS-Global Docker Installer file

    cd OpenELIS-Global_<verion>_docker_installer
    
  4. For installing OpenELIS-Global2 the first time ,Load the images and start the containers by running

    ./run.sh
    
  5. 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
    

About

Docker Compose setup for OpenELIS-Global2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PLpgSQL 99.4%
  • Shell 0.6%