Skip to content

Dashboard Report Deployment v1.0.0.0

Klaus-Jürgen Quast edited this page Dec 12, 2024 · 1 revision

Deploying the Dashboard Report process plugin involves copying the process jar-file and configuring environment variables for the business process engine (BPE). Information of fixed issues and new features see Release Notes v1.0.0.0.

Prerequisites

  • A DSF installation of version 1.0.0 or higher. An installation guide can be found here.

Deployment

  • Add the num-process-dashboard-report-1.0.0.0.jar to the DSF BPE folder /opt/bpe/process:

     wget https://github.com/medizininformatik-initiative/dsf-plugin-numdashboard/releases/download/v1.0.0.0/num-process-dashboard-report-1.0.0.0.jar
    
  • Make sure the process is readable by the bpe user or group, for example by executing:

    sudo chmod 440 num-process-dashboard-report-1.0.0.0.jar
    sudo chown root:bpe num-process-dashboard-report-1.0.0.0.jar
    
  • Modify the process exclude config in /opt/bpe/docker-compose.yml

    • DIC:
    @@ +45,1 @@
           DEV_DSF_BPE_PROCESS_EXCLUDED: |
    +        medizininformatik-initiativede_reportReceive|1.0
    • HRP:
    @@ +45,2 @@
           DEV_DSF_BPE_PROCESS_EXCLUDED: |
    +        medizininformatik-initiativede_reportAutostart|1.0
    +        medizininformatik-initiativede_reportSend|1.0

    Additional processes may be listed in your process exclude config.

Configuration

  • The configuration of the report process is described here.

Preparations & Starting the Dashboard Report Autostart/Send Process

  • How to start/stop the Dashboard Report autostart process and to start the report send process at a DIC is described here.