...
The source code for Joget Workflow is available at https://github.com/jogetworkflow/jw-community.
You can view the source code for other versions by using the branch switcher in GitHub.
...
1. Install Prerequisites
- Install JDK 7 or above8. Please make sure "JAVA_HOME" is set.
- Install MySQL 5 or above.
- Install Apache Maven 2.2.1 or above. Please make sure "mvn" command is able to be executed from the command line.
- Install Subversion Client or Github Client.
...
At the time of writing this guide, the latest 56.0 version is 56.0-SNAPSHOT. You can obtain the source code by following methods:
...
Code Block | ||
---|---|---|
| ||
svn co https://github.com/jogetworkflow/jw-community/branches/56.0-SNAPSHOT |
Clone using Github Client
...
Code Block | ||
---|---|---|
| ||
git clone https://github.com/jogetworkflow/jw-community.git --branch 56.0-SNAPSHOT |
4. Configure Datasource for Test Case
...
- Navigate into the wflow-app directory.
Build the wflow-app directory using Apache Maven commands.
Code Block language bash cd wflow-app mvn clean install