Skip to content

Commit 5548da5

Browse files
author
Mohammad Amir Kannout
committed
changes_1
1 parent 324589e commit 5548da5

File tree

1 file changed

+30
-27
lines changed

1 file changed

+30
-27
lines changed

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

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,40 +14,43 @@ To install and learn more about each Process Plugin, you can visit the Marketpla
1414

1515
| Process Plugin | released for test | released for production |
1616
| ------------------------- | ----------------------------- | ----------------------------- |
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) |
17+
| [Ping-Pong](https://github.com/datasharingframework/dsf-process-ping-pong/releases) | [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](https://github.com/datasharingframework/dsf-process-allow-list/releases) | [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](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases) | [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](https://github.com/medizininformatik-initiative/mii-process-report/releases) | [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](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases) | [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](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases) | [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+
| [NUM-RDP](https://github.com/num-codex/codex-processes-ap1/releases) | [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) |
2424

2525

26+
- Explore and install Process Plugins in the Marketplace. Details on each plugin are available [here](https://hub.dsf.dev/).
2627
- Deploying the process plugin to the DSF involves copy the process jar-file and configuring environment variable for the business process engine (BPE).
2728

2829

2930
### Prerequisites
3031
- A DSF installation of version 1.0.0 or higher. An installation guide can be found [here](https://dsf.dev/stable/maintain/install.html).
3132

3233
### 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
34+
- Add the process jar-file to the DSF BPE folder `/opt/bpe/process`:
35+
```
36+
wget (your jar-file download link)
37+
```
38+
39+
For example:
40+
```
41+
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
42+
```
43+
44+
- Make sure the process is readable by the bpe user or group, for example by executing:
45+
```
46+
sudo chmod 440 (your jar-file name.jar)
47+
sudo chown root:bpe (your jar-file name.jar)
48+
```
49+
For example:
50+
```
51+
sudo chmod 440 mii-process-data-sharing-1.0.0.1.jar
52+
sudo chown root:bpe mii-process-data-sharing-1.0.0.1.jar
53+
```
4154

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)
55+
- Modify the process exclude config in `/opt/bpe/docker-compose.yml`
56+
- **Reminder:** Check required configurations in `docker-compose.yml`

0 commit comments

Comments
 (0)