Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Jun 14, 2023
1 parent 956a289 commit 2e503bf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e503bf

Please sign in to comment.