https://github.com/cuba-platform/workflow-thesis
Cuba Workflow Subsystem. Special version for THESIS ECM
https://github.com/cuba-platform/workflow-thesis
Last synced: about 1 year ago
JSON representation
Cuba Workflow Subsystem. Special version for THESIS ECM
- Host: GitHub
- URL: https://github.com/cuba-platform/workflow-thesis
- Owner: cuba-platform
- License: apache-2.0
- Created: 2020-02-21T08:31:10.000Z (over 6 years ago)
- Default Branch: release_5_9
- Last Pushed: 2020-05-15T11:18:48.000Z (about 6 years ago)
- Last Synced: 2025-03-16T21:48:46.464Z (over 1 year ago)
- Language: Java
- Homepage: https://www.tezis-doc.ru/
- Size: 3.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cuba Workflow Subsystem
# Special version for THESIS ECM
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/cuba-platform/workflow-thesis)
[](https://docs.cuba-platform.com/cuba/5.6/workflow/ru/html-single/workflow.html)
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](https://github.com/cuba-platform/cuba-thesis).
## Build and install
In order to build the add-on from source, you need to install the following:
* Java 8 Development Kit (JDK)
* [CUBA Gradle Plugin](https://github.com/cuba-platform/cuba-gradle-plugin-thesis)
* [CUBA](https://github.com/cuba-platform/cuba-thesis)
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
```