Skip to content

hydra-billing/camunda-ext

Repository files navigation

Camunda-ext

Repo with helper classes for BPMN development. Included into Latera Camunda docker image.

Download

See Releases for .jar files and Dockerhub for docker images.

Documentation

See Docs page

Test Cases

See Test reports page

How to build

Install SDKman

curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"

Install Java 8+, Groovy and Maven

sdk list java
sdk install java 8.0.232.hs-adpt #latest Java 8 version from previous command

sdk list groovy
sdk install groovy 2.4.16

sdk list maven
sdk install maven 3.6.0

Clone this repo

git clone https://github.com/latera/camunda-ext.git
cd camunda-ext

Build

./build.sh

See target/*.jar files

Test

./test.sh

How to run

cp .env.sample .env
docker-compose up -d

Then open http://localhost:8080/camunda with user:changeme credentials.