From 2e503bf4d4b45d39e97eb7a103f8e164dfe30928 Mon Sep 17 00:00:00 2001 From: Mutesasira Moses Date: Wed, 14 Jun 2023 20:35:30 +0300 Subject: [PATCH] update docs --- docs/install.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/install.md b/docs/install.md index cba029d8b4..9e9c405feb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -206,3 +206,28 @@ Follow the SOP at: [Backup Configuration](../backups) To set the identifier for this particular instance, use the /var/lib/openelisglobal/secrets/extra.properties file, and set the organization value to the same identifier as is set in the consolidated server FHIR location object. EG: `org.openelisglobal.remote.source.identifier=Organization/8136bd30-901c-4d47-b133-72de813404ee` + +## Run OpenELIS Global 2 With Docker Compose + +1. Install [Docker](https://linuxize.com/post/how-to-install-and-use-docker-on-ubuntu-20-04/) and [Docker Compose](https://linuxize.com/post/how-to-install-and-use-docker-compose-on-ubuntu-20-04/) + +1. Clone the OpenELIS Global repository. + For Open Elis Global 2.7.x + + git clone https://github.com/I-TECH-UW/OpenELIS-Global-2.git + + For the Open Elis Global 2.8.x + + git clone https://github.com/I-TECH-UW/OpenELIS-Global-2.git -b 2.8 + +1. Move to the Project directory + + cd OpenELIS-Global-2 + +1. Start the containers + + docker-compose up -d + + For OpenELIS Global 2.7.x ,you should acces the Instance at https://localhost:8443/OpenELIS-Global/ + + For OpenELIS Global 2.8.x , you should acces the instances at https://localhost/ for the new UI and https://localhost/api/OpenELIS-Global/ for the Old UI