Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The source code for Joget Workflow is available at https://github.com/jogetworkflow/jw-community.

Image RemovedImage Added

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
languagebash
svn co https://github.com/jogetworkflow/jw-community/branches/56.0-SNAPSHOT

Clone using Github Client 

...

Code Block
languagebash
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
    languagebash
    cd wflow-app
    mvn clean install