Install Plugins
About 1 min
Marketplace for process plugins
To install and learn more about each Process Plugin, you can visit the Marketplace here.
Overview
- You can find an overview of compatable process plugins below (last updated 14/08/2024).
- Explore and install Process Plugins in the Marketplace. Details on each plugin are available here.
- Deploying the process plugin to the DSF involves copy the process jar-file and configuring environment variable for the business process engine (BPE).
Prerequisites
- A DSF installation of version 1.3.x or higher. An installation guide can be found here.
Deployment
- Add the process jar-file to the DSF BPE folder
/opt/bpe/process
:
wget (your jar-file download link)
For example:
wget https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/download/v1.0.0.1/mii-process-data-sharing-1.0.0.1.jar
- Make sure the process is readable by the bpe user or group, for example by executing:
sudo chmod 440 (your jar-file name.jar)
sudo chown root:bpe (your jar-file name.jar)
For example:
sudo chmod 440 mii-process-data-sharing-1.0.0.1.jar
sudo chown root:bpe mii-process-data-sharing-1.0.0.1.jar
- Modify the process exclude config in
/opt/bpe/docker-compose.yml
- Reminder: Update/verify required configurations in
docker-compose.yml