Skip to content

Commit 324589e

Browse files
author
Mohammad Amir Kannout
committed
Changes to the install plugins website
1 parent b63faa6 commit 324589e

File tree

1 file changed

+43
-11
lines changed

1 file changed

+43
-11
lines changed

docs/src/v1.5.2/maintain/install-plugins.md

Lines changed: 43 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,51 @@ title: Install Plugins
33
icon: plugin
44
---
55

6-
You can find an overview of compatible process plugins below.
6+
::: tip Marketplace for process plugins
7+
To install and learn more about each Process Plugin, you can visit the Marketplace [here](https://hub.dsf.dev/).
8+
:::
79

8-
## Common processes
910

10-
- Ping-Pong: https://github.com/datasharingframework/dsf-process-ping-pong/releases
11-
- AllowList Download: https://github.com/datasharingframework/dsf-process-allow-list/releases
11+
## **Overview**
12+
- You can find an overview of compatable process plugins below (last updated 25/07/2024).
1213

13-
## MII processes
1414

15-
- Feasibility: https://github.com/medizininformatik-initiative/mii-process-feasibility/releases
16-
- KDS-Report: https://github.com/medizininformatik-initiative/mii-process-report/releases
17-
- MII-Data-Sharing: https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases
18-
- MII-Data-Transfer: https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases
15+
| Process Plugin | released for test | released for production |
16+
| ------------------------- | ----------------------------- | ----------------------------- |
17+
| Ping Pong | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) |
18+
| Allow-List | [v1.0.0.1](https://github.com/datasharingframework/dsf-process-allow-list/releases/tag/v1.0.0.1) | [v1.0.0.1](https://github.com/datasharingframework/dsf-process-allow-list/releases/tag/v1.0.0.1) |
19+
| MII Process Feasibility | [v1.0.0.5](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.5) | [v1.0.0.5](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.5) |
20+
| MII Process Report | [v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.1.0.1) | [v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.1.0.1) |
21+
| MII Process Data Transfer | [v1.0.0.1](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.0.0.1) | [v1.0.0.1](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.0.0.1) |
22+
| MII Process Data Sharing | [v1.0.1.0](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.0.1.0) | [v1.0.1.0](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.0.1.0) |
23+
| RDP Process | [v1.1.0.0](https://github.com/num-codex/codex-processes-ap1/releases/tag/v1.1.0.0) | [v1.0.0.0](https://github.com/num-codex/codex-processes-ap1/releases/tag/v1.0.0.0) |
1924

20-
## NUM processes
21-
- NUM-RDP: https://github.com/num-codex/codex-processes-ap1/releases
25+
26+
- Deploying the process plugin to the DSF involves copy the process jar-file and configuring environment variable for the business process engine (BPE).
27+
28+
29+
### Prerequisites
30+
- A DSF installation of version 1.0.0 or higher. An installation guide can be found [here](https://dsf.dev/stable/maintain/install.html).
31+
32+
### Deployment
33+
- Add the process jar-file to the DSF BPE folder `/opt/bpe/process`
34+
- Make sure the process is readable by the bpe user or group
35+
- Modify the process exclude config in `/opt/bpe/docker-compose.yml`
36+
37+
38+
39+
## **Releases**:
40+
### Common processes
41+
42+
- [Ping-Pong](https://github.com/datasharingframework/dsf-process-ping-pong/releases)
43+
- [Allow-List](https://github.com/datasharingframework/dsf-process-allow-list/releases)
44+
45+
### MII processes
46+
47+
- [Feasibility](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases)
48+
- [KDS-Report](https://github.com/medizininformatik-initiative/mii-process-report/releases)
49+
- [MII-Data-Sharing](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases)
50+
- [MII-Data-Transfer](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases)
51+
52+
### NUM processes
53+
- [NUM-RDP](https://github.com/num-codex/codex-processes-ap1/releases)

0 commit comments

Comments
 (0)