Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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.
At the time of writing this guide, the latest 5.0 version is 5.0-SNAPSHOT. You can obtain the source code by following methods:
You will find a download button on the right sidebar.
svn co https://github.com/jogetworkflow/jw-community/branches/5.0-SNAPSHOT
Refer to Set Up Git to initialize your Github account.
git clone https://github.com/jogetworkflow/jw-community.git --branch 5.0-SNAPSHOT
Configure "app_datasource-default.properties" with your MySQL server username and password.
workflowDriver=com.mysql.jdbc.Driver workflowUrl=jdbc\:mysql\://localhost\:3306/jwdb?characterEncoding\=UTF-8 workflowUser=root profileName= workflowPassword=root
Build the wflow-app directory using Apache Maven commands.
cd wflow-app mvn clean install