Server

The server can be built using Gradle, which ships with the repository.

You can use either:

  • Pre-installed Gradle: gradle
  • Linux: ./gradlew
  • Windows: gradlew.bat
Building requires JDK 11 or above.

The server can be compiled and packaged with a single command:

1gradle :server:distZip

This will create the file server/build/distributions/WorkflowFM_Server-{VERSION}.zip.

Unzip it to your favourite location to obtained a server installation.