Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
The source code for Joget Workflow Source code is available at https://github.com/jogetworkflow/jw-community.
You can view other version the source code for other versions by using the branch switcher in github platformGitHub.
While At the time of writing this guide, the latest 5.0 version source code is 5.0-SNAPSHOT. You can obtain the source code by following method.methods:
You will found the following find a download button on the right sidebar.
...
Refer to set up git to initial Set Up Git to initialize your Github account.
Code Block | ||
---|---|---|
| ||
git clone https://github.com/jogetworkflow/jw-community.git --branch 5.0-SNAPSHOT |
Configure "app_datasource-default.properties" with your MySql MySQL server username and password.
Code Block |
---|
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 commandApache Maven commands.
Code Block | ||
---|---|---|
| ||
cd wflow-app mvn clean install |