Skip to content

Installation

This guide shows how to install the go-bpmn process engine daemon and CLI.

  1. Download a compatible release artifact:
Terminal window
curl -L -o go-bpmn-linux-amd64.tar.gz https://github.com/gclaussn/go-bpmn/releases/download/v0.1.0/go-bpmn-linux-amd64.tar.gz

Looking for a specific version? - View releases on Github

  1. Validate the downloaded archive:
Terminal window
echo "0e54a07819f4618522080d4b41bcbae42c912d3c0d48d04fad0a628974dc4dc4 go-bpmn-linux-amd64.tar.gz" | sha256sum -c
  1. Extract the archive:
Terminal window
tar -xvzf go-bpmn-linux-amd64.tar.gz
  1. Add executables to PATH environment variable:
Terminal window
sudo install -o root -g root -m 0755 go-bpmn /usr/local/bin/go-bpmn
Terminal window
sudo install -o root -g root -m 0755 go-bpmn-pgd /usr/local/bin/go-bpmn-pgd