-
Notifications
You must be signed in to change notification settings - Fork 6
Process Deployment and Configuration v1.0.0.0
Hauke Hund edited this page Oct 11, 2023
·
2 revisions
Deploying this process plugin to the DSF involves copy the process jar-file and configuring environment variable for the business process engine (BPE). Information of fixed issues and new features see Release Notes v1.0.0.0.
- Add the codex-process-data-transfer-1.0.0.0.jar to the folder
/opt/bpe/process
.Make sure the file is readable by the bpe user or group (uid: 2202, gid: 2202), for example by executing:wget https://github.com/num-codex/codex-processes-ap1/releases/download/v1.0.0.0/codex-process-data-transfer-1.0.0.0.jar
sudo chmod 440 codex-process-data-transfer-1.0.0.0.jar sudo chown root:bpe codex-process-data-transfer-1.0.0.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