Skip to content

Process Deployment and Configuration v0.7.0

Hauke Hund edited this page Oct 18, 2022 · 1 revision

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.7.0.

Prerequisite

Download Plugin

  • 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.
    wget https://repo1.maven.org/maven2/ca/uhn/hapi/fhir/hapi-fhir-client/5.1.0/hapi-fhir-client-5.1.0.jar
    
    Make sure the file is readable by the bpe user or group, for example by executing:
    sudo chmod 440 hapi-fhir-client-5.1.0.jar
    sudo chown root:bpe hapi-fhir-client-5.1.0.jar
    

Download Process Plugin

  • Add the codex-process-data-transfer-0.7.0.jar to the folder /opt/bpe/process.
    wget https://github.com/num-codex/codex-processes-ap1/releases/download/v0.7.0/codex-process-data-transfer-0.7.0.jar
    
    Make sure the file is readable by the bpe user or group, for example by executing:
    sudo chmod 440 codex-process-data-transfer-0.7.0.jar
    sudo chown root:bpe codex-process-data-transfer-0.7.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