Source Code Repository


源代码库

แหล่งเก็บ Source Code. 


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

Joget Workflow的源代码可从  https://github.com/jogetworkflow/jw-community获取

The source code สำหรับ Joget Workflow อยู่ที่ https://github.com/jogetworkflow/jw-community.

You can view the source code for other versions by using the branch switcher in GitHub.

您可以使用GitHub中的分支切换器查看其他版本的源代码。

คุณสามารถดู source code เวอร์ชั่นอื่นๆได้ที่ GitHub.

Build Source Code


构建源代码

สร้าง Source Code


1. Install Prerequisites

1.安装先决条件

  • 安装JDK 8。请确保设置“JAVA_HOME”。
  • 安装MySQL 5或更高版本
  • 安装Apache Maven  2.2.1或更高版本。请确保可以从命令行执行“mvn”命令。
  • 安装  Subversion ClientGithub Client

2. Install 3rd Party Libraries

2.安装第三方库

  • 下载并解压缩文件  install-libraries.zip
  • 在提取的文件夹中,对于Linux和Mac运行“install_linux.sh”,或者为Window运行“install_win.bat”。

3. Obtain Source

3.获取来源

At the time of writing this guide, the latest 6.0 version is 6.0-SNAPSHOT. You can obtain the source code by following methods:

在撰写本指南时,最新的6.0版本是6.0-SNAPSHOT-bate2。您可以通过以下方法获取源代码:

Direct Download

You will find a download button on the right sidebar.

直接下载

您将在右侧边栏找到一个下载按钮。

Checkout using Subversion Client

使用Subversion Client进行获取

svn co https://github.com/jogetworkflow/jw-community/branches/7.0-SNAPSHOT

Clone using Github Client 

        Refer to Set Up Git to initialize your Github account. 

使用Github客户端 克隆

        请参阅  设置Git以初始化您的Github帐户。 

git clone https://github.com/jogetworkflow/jw-community.git --branch 7.0-SNAPSHOT

4. Configure Datasource for Test Case

5. Build Project

5.构建项目