...
Make directory in /var/lib/mrs
Copy deployment files into mrs folder
set environment variables in .env file (servername, port,)
make sure port is exposed/opened
limit log file size When enabling an Impilo instance for ZHIE LIMS/SHR integration, it's possible to run out of space due to frequent logging for pushing orders to the SHR and pulling results from the ZHIE. To address this issue, you can add the following logging configurations to the Impilo server docker service: ``` logging: options: max-size: "10m" max-file: "5" Configure Database
Shut down docker ii) start mysql iii) create database mrs iii) copy file base.sql into mrs/data iv) load base.sql file v) restart docker To enable for SHR integration, open application.yml and add the following, with the correct service name application: shared-health-record: enabled: true url: http://service/SHR/fhir/ username: user password: password authenticated: true inner-url: http://service-inner/fhir/ Start docker On client, log onto Impilo EHR.