Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Process Deployment and Configuration v0.5.0

Hauke Hund edited this page Jun 21, 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.

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.5.0.jar to the folder /opt/bpe/process.
    wget https://github.com/num-codex/codex-processes-ap1/releases/download/v0.5.0/codex-process-data-transfer-0.5.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.5.0.jar
    sudo chown root:bpe codex-process-data-transfer-0.5.0.jar
    

Data Integration Center (DIC)

Configuration

ToDo description of typical and required config options

Central Research Repository (CRR)

Configuration

ToDo description of typical and required config options

Clone this wiki locally