Skip to content

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.

Prerequisite

Download Process Plugin

  • Add the codex-process-data-transfer-1.0.0.0.jar to the folder /opt/bpe/process.
    wget https://github.com/num-codex/codex-processes-ap1/releases/download/v1.0.0.0/codex-process-data-transfer-1.0.0.0.jar
    
    Make sure the file is readable by the bpe user or group (uid: 2202, gid: 2202), for example by executing:
    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
    

Data Integration Center (DIC)

Configuration

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

Central Research Repository (CRR)

Configuration

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

Clone this wiki locally