/workflow-thesis

Cuba Workflow Subsystem. Special version for THESIS ECM

Primary LanguageJavaApache License 2.0Apache-2.0

Cuba Workflow Subsystem

Special version for THESIS ECM

license Build Status Documentation

Cuba Workflow Subsystem is to create applications with business processes management functionality in CUBA applications.

For more information see github.com/cuba-platform/cuba-thesis.

Build and install

In order to build the add-on from source, you need to install the following:

Let's assume that you have cloned sources into the following directories:

work/
    cuba/
    cuba-gradle-plugin/
    workflow/

Open terminal in the work directory and run the following command to build and install the plugin into your local Maven repository (~/.m2):

cd cuba-gradle-plugin
gradlew install

After that, go to the cuba directory and build and install it with the same command:

cd ../cuba
gradlew install

Finally, go to the workflow directory and build and install it with the same command:

cd ../workflow
gradlew install