Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customise the install plugins website #63

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 43 additions & 11 deletions docs/src/v1.5.2/maintain/install-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,51 @@ title: Install Plugins
icon: plugin
---

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

## Common processes

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

## MII processes

- Feasibility: https://github.com/medizininformatik-initiative/mii-process-feasibility/releases
- KDS-Report: https://github.com/medizininformatik-initiative/mii-process-report/releases
- MII-Data-Sharing: https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases
- MII-Data-Transfer: https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases
| Process Plugin | released for test | released for production |
| ------------------------- | ----------------------------- | ----------------------------- |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |

## NUM processes
- NUM-RDP: https://github.com/num-codex/codex-processes-ap1/releases

mkannout marked this conversation as resolved.
Show resolved Hide resolved
- 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.0.0 or higher. An installation guide can be found [here](https://dsf.dev/stable/maintain/install.html).

### Deployment
- Add the process jar-file to the DSF BPE folder `/opt/bpe/process`
mkannout marked this conversation as resolved.
Show resolved Hide resolved
- Make sure the process is readable by the bpe user or group
mkannout marked this conversation as resolved.
Show resolved Hide resolved
- Modify the process exclude config in `/opt/bpe/docker-compose.yml`

mkannout marked this conversation as resolved.
Show resolved Hide resolved


## **Releases**:
mkannout marked this conversation as resolved.
Show resolved Hide resolved
### Common processes

- [Ping-Pong](https://github.com/datasharingframework/dsf-process-ping-pong/releases)
- [Allow-List](https://github.com/datasharingframework/dsf-process-allow-list/releases)

### MII processes

- [Feasibility](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases)
- [KDS-Report](https://github.com/medizininformatik-initiative/mii-process-report/releases)
- [MII-Data-Sharing](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases)
- [MII-Data-Transfer](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases)

### NUM processes
- [NUM-RDP](https://github.com/num-codex/codex-processes-ap1/releases)
Loading