Table of Contents |
---|
Source Code Repository
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.
Build Source Code
1. Install Prerequisites
- Install JDK 7 or above. 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.
...
- 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