-
Notifications
You must be signed in to change notification settings - Fork 6
Process Deployment and Configuration v0.5.0
Hauke Hund edited this page Jun 22, 2022
·
5 revisions
Deploying this process plugin to the DSF involves copy the process jar-file and additional (non process) plugin jar-file and configuring environment variable for the business process engine (BPE). Information of fixed issues and new features see Release Notes v0.5.0.
- The hapi-fhir-client-5.1.0.jar has to be installed as a regular DSF BPE plugin by dropping the jar file into the folder
/opt/bpe/plugin
.Make sure the file is readable by the bpe user or group, for example by executing:wget https://repo1.maven.org/maven2/ca/uhn/hapi/fhir/hapi-fhir-client/5.1.0/hapi-fhir-client-5.1.0.jar
sudo chmod 440 hapi-fhir-client-5.1.0.jar sudo chown root:bpe hapi-fhir-client-5.1.0.jar
- Add the codex-process-data-transfer-0.5.0.jar to the folder
/opt/bpe/process
.Make sure the file is readable by the bpe user or group, for example by executing:wget https://github.com/num-codex/codex-processes-ap1/releases/download/v0.5.0/codex-process-data-transfer-0.5.0.jar
sudo chmod 440 codex-process-data-transfer-0.5.0.jar sudo chown root:bpe codex-process-data-transfer-0.5.0.jar
For a list of all configurable environment variables see Configuration Parameters. Relevant parameters are tagged with Processes: wwwnetzwerk-universitaetsmedizinde_dataSend
.
ToDo description of typical and required config options
For a list of all configurable environment variables see Configuration Parameters. Relevant parameters are tagged with Processes: wwwnetzwerk-universitaetsmedizinde_dataReceive
.
ToDo description of typical and required config options