Install OpenELIS Global
- 1 Bare Metal Server Installation for OpenELIS Global 2.0 on Ubuntu 22.04 LTS
- 2 Options for installing OpenELIS Global software
- 2.1 Online OpenELIS installation with Docker-Compose
- 2.2 Downloaded Installer Offline Setup
- 2.2.1 Prerequisites for the OpenELIS Offline Setup
- 2.2.1.1 Create and Load SSL Certificates
- 2.2.1.2 Use a self signed certificate.
- 2.2.1.3 Generate a .crt and .key file for the domain you want to use.
- 2.2.1.4 Create keystore from key and cert
- 2.2.1.5 Create truststore with OpenELIS-Global's cert (or a CA that signs OE certs)
- 2.2.1.6 Use a real certificate, best for production uses
- 2.2.1.7 Create keystore from key and cert
- 2.2.1.8 Create truststore with OpenELIS-Global's cert (or a CA that signs OE certs)
- 2.2.1.9 Ensure keystore/truststore permissions are all correct
- 2.2.2 DownLoad and Unzip the Installation Files for Offline Setup
- 2.2.3 Install OpenELIS Global2
- 2.2.1 Prerequisites for the OpenELIS Offline Setup
Bare Metal Server Installation for OpenELIS Global 2.0 on Ubuntu 22.04 LTS
Setup Ubuntu 22.04.2.0 LTS
Boot Ubuntu from a CD. [Note: Use Ubuntu Server 22.04.2.0 LTS, do NOT use desktop] Download.
Chose UI language and keyboard layout
Set the network configuration
Use the default mirror
Set up the hard disk
Name the system: openelis
user openelis
set password and record it
I suggest adding the ssh key for each support user to enable passwordless connection.
Select Install OpenSSH server
this will allow you to ssh into this computer allowing copy/paste for Windows users through Putty, or connections via terminal on Mac and from the shell in LINUX
Skip the optional server snaps
Finalize the ubuntu install
Reboot
NOTE: I like to connect via ssh if I’m going to be using a lot of resources from my own computer here. This allows me to easily copy and paste commands below. For windows, the best utility I’ve found is Mobaxterm, as it incoperates a SCP client as well available for free download online. .
Install Prerequisites for OpenELIS
Ensure that the system is connected to the internet properly, you can try to ping google DNS at 8.8.8.8
ping 8.8.8.8
Open a command prompt and enter the following commands- this will install the needed services and install updates to the OS since the image was created. This updates the system from the sources in the sources list. It updates what new packages are available.
sudo apt update && sudo apt upgrade
Install Net Tools in order to find the IP Address
sudo apt install net-tools
Install Python
Options for installing OpenELIS Global software
You can choose to install OpenELIS in an online mode for servers with fast internet connections, and offline, using less internet connectivity by providing a local copy of the images to be loaded.
Online OpenELIS installation with Docker-Compose
This Option can be used where there is fast internet connectivity
Prerequisites for OpenELIS Online Setup
Install Docker and Docker Compose
Install git
Steps to Run Online Setup
Clone the OpenELIS-Global docker repository.
Move to the Project directory
Running OpenELIS Global 3x in Docker
The Instaces can be accesed at
Instance | URL | credentials (user : password) |
---|---|---|
Legacy UI | admin: adminADMIN! | |
New React UI | admin: adminADMIN! |
Running OpenELIS Global 2x in Docker
The Instaces can be accesed at
Instance | URL | credentials (user : password) |
---|---|---|
OpenElis | admin: adminADMIN! |
Running OpenELIS-Global2 from source code in docker
Clone the OpenELIS Global repository.
Build and Run the docker images from source code
docker-compose -f build.docker-compose.yml up -d --build
Downloaded Installer Offline Setup
This Option can be used where there is a slow/unstable internet connectivity
Prerequisites for the OpenELIS Offline Setup
Create and Load SSL Certificates
OpenELIS uses SSL certificates to securely communicate with other software or consolidated lab data servers. For a test or temporary instance, use a self-signed certificate, and for a production instance create a proper signed certifcate. You must have a cert and key created and in the keystore and truststore for the installer to run
I will include 2 paths, one for generating your own self-signed cert, this is good for just starting out or experimenting, and for using your real certs, which is appropriate for production servers. If you have real certificates skip down to Use a real certificate, best for production uses
Use a self signed certificate.
Generate a .crt and .key file for the domain you want to use.
The command below is for generating and using a self-signed certifcate. Note: for FQDN use *.openelisci.org
Create keystore from key and cert
Make the directories for the keystore
and then
**Be sure to remember your keystore password, you will need it later **
Create truststore with OpenELIS-Global's cert (or a CA that signs OE certs)
Choose ONE of the two methods below to create your truststore
using keytool (more reliable):
set the truststore password
**Be sure to remember your truststore password, you will need it later **
when prompted if you want to trust the cert type
yes
using openssl (less reliable, but doesn't require java):
Use a real certificate, best for production uses
Create keystore from key and cert
Make the directories for the keystore
make sure to record the password somewhere secure as you will need to enter it elsewhere)
enter an export password
Be sure to remember your keystore password, you will need it later
and then
Create truststore with OpenELIS-Global's cert (or a CA that signs OE certs)
Choose ONE of the two methods below to create your truststore
using keytool (more reliable):
set the truststore password
**Be sure to remember your truststore password, you will need it later **
when prompted if you want to trust the cert type
yes
using openssl (less reliable, but doesn't require java):
Ensure keystore/truststore permissions are all correct
Ensure all keystores have global read permission
DownLoad and Unzip the Installation Files for Offline Setup
Download OpenELIS Global2 Installer
a. Download latest installer package Here:
b. EG: for OE 2.3 :
Unpack and enter the installer by running the following commands in Terminal, Mobaxterm, or Putty, replacing all in the { } with the appropriate values
a. EG: tar -xvf OpenELIS-Global_2.3.2.2_Installer.tar.gz b. cd OpenELIS-Global_2.3.2.2_Installer/
Optionally configure your install by editing setup.ini
Find the section [DOCKER_VALUES] and set provide_database=True if you would like to use a Docker database
Run the install script in Terminal or Putty
Install OpenELIS Global2
OpenELIS Global uses the following file to set things like the consolidated server address, it is not overwritten by the installer. /var/lib/openelisglobal/secrets/extra.properties
Set the site identification number for this instance a. The site number is used to set the default test order prefix, and to identify the system to the consolidated server and other data systems.
Set the time zone for OpenELIS Application a. Select the region that your country is in a. Select the country a. Verify the time zone
Enter in the keystore password we set earlier
Same with the truststore
Enter an encryption key, this will help secure your data by encrypting your database
OpenELIS uses FHIR for much of its internal and external communication, if you don't know what the options mean, leave them at the default.
Local FHIR store is the link to the local FHIR API
The remote FHIR store is used in the use case where OpenELIS is polling for lab orders and returning results. EG: the FHIR2 Module for OpenMRS
The Consolidated Sevrer is a central server which collects lab data for reporting, serves as a master facility list, etc.
Wait while install procedure completes
Please note: OpenELIS Global 2.x is designed for and is testing on Chrome only. Please be sure to use Chrome for OpenELIS.
Check if OpenELIS is running at https://{server_ip_address}:8443/OpenELIS-Global/
Default user: admin Default password: adminADMIN!
Configure the backup:
Follow the SOP at: Backup Configuration
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