Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Joget Workflow Source code is available at https://github.com/jogetworkflow/jw-community.
You can view other version source code by using the branch switcher in github platform.
While writing this guide, the latest 5.0 version source code is 5.0-RC9. You can obtain the source code by following method.
You will found the following download button on right sidebar.
svn co https://github.com/jogetworkflow/jw-community/branches/5.0-RC9
Refer to set up git to initial your Github account.
git clone https://github.com/jogetworkflow/jw-community.git --branch 5.0-RC9
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 maven command.
cd wflow-app mvn clean install