Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs #470

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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