Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Process Ping Deployment v0.6.0

Reto Wettstein edited this page May 10, 2022 · 6 revisions

The release notes of the ping process plugin v0.6.0 can be found here.

Prerequisites

  • There are no prerequisites for deployment of the ping process plugin.

Deployment

  • Add the ping process plugin dsf-bpe-process-ping-0.6.0.jar to the DSF BPE folder /opt/bpe/process. Make sure the jar is readable by the bpe user or group, for example by setting the permissions using the commands:

    sudo chown root:bpe dsf-bpe-process-ping-0.6.0.jar
    sudo chmod 440 dsf-bpe-process-ping-0.6.0.jar