-
Notifications
You must be signed in to change notification settings - Fork 0
Process Report Deployment v1.1.x.x
Reto Wettstein edited this page Jun 11, 2024
·
2 revisions
Deploying the report process plugin to the DSF involves copying the process jar-file and configuring environment variables for the business process engine (BPE). Information of fixed issues and new features see Release Notes v1.1.0.0.
- A DSF installation of version 1.0.0 or higher. An installation guide can be found here.
-
Add the mii-process-report-1.1.0.0.jar to the DSF BPE folder
/opt/bpe/process
:wget https://github.com/medizininformatik-initiative/mii-process-report/releases/download/v1.1.0.0/mii-process-report-1.1.0.0.jar
-
Make sure the process is readable by the bpe user or group, for example by executing:
sudo chmod 440 mii-process-report-1.1.0.0.jar sudo chown root:bpe mii-process-report-1.1.0.0.jar
-
Modify the process exclude config in
/opt/bpe/docker-compose.yml
- DIC:
@@ +45,1 @@ DEV_DSF_BPE_PROCESS_EXCLUDED: | + medizininformatik-initiativede_reportReceive|1.1
- HRP:
@@ +45,2 @@ DEV_DSF_BPE_PROCESS_EXCLUDED: | + medizininformatik-initiativede_reportAutostart|1.1 + medizininformatik-initiativede_reportSend|1.1
Additional processes may be listed in your process exclude config.
- The configuration of the report process is described here.
- How to prepare the HRP DSF FHIR server as well as how to start/stop the report autostart process and to start the report send process at a DIC is described here.