Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Info | ||||
---|---|---|---|---|
The following instructions are for Debian or Ubuntu Linux. For other Linux distributions please adapt the commands accordingly.
|
Install theJavathe Java Runtime Environment (JRE) or Java Development Kit (JDK) version 8 and above. Starting from Joget v6.0.15, JAVA 8 is required due to fixes for vulnerability issues of a dependent library11.
Chinese |
---|
安装 Java 运行环境 (JRE) 或 Java 开发工具包 (JDK) version 8 以上版本 http://java.oracle.com. 11 |
Thai |
---|
ติดตั้ง Java Runtime Environment (JRE) หรือ Java Development Kit (JDK) เวอร์ชั่น 8 หรือสูงกว่า11 |
Code Block | ||
---|---|---|
| ||
sudo apt-get update sudo apt-get install defaultopenjdk-11-jre-headless |
Install MySQL Server version 5.5 7 and above
Chinese |
---|
安装 MySQL Server version 5.5 7 以上版本 |
Thai |
---|
ติดตั้ง MySQL เซิฟเวอร์เวอร์ชั่น 5.5 7 หรือสูงกว่า |
Code Block | ||
---|---|---|
| ||
sudo apt-get install mysql-server sudo service mysql start |
Create a new directory for the installation
Chinese |
---|
创建一个安装目录 |
Thai |
---|
สร้างไดเร็กทอรีใหม่สำหรับการติดตั้ง |
Code Block | ||
---|---|---|
| ||
mkdir joget cd joget |
Download the Joget Linux tar.gz bundle from httphttps://www.joget.org/download
Chinese |
---|
下载Joget Workflow Linux tar.gz 安装包 httphttps://www.joget.org/download |
Thai |
---|
ทำการดาวน์โหลด Joget Workflow Linux tar.gz bundle จาก httphttps://www.joget.org/download |
Extract the Linux tar.gz bundle
Chinese |
---|
解压 Linux tar.gz 安装包 |
Thai |
---|
แตกไฟล์ Linux tar.gz |
Code Block | ||
---|---|---|
| ||
tar xvfz joget-enterprise-linux-x.x.x.tar.gz cd joget-enterprise-linux-x.x.x |
Execute the bundled Apache Tomcat application server
Chinese |
---|
运行安装包 Apache Tomcat 应用服务 |
Thai |
---|
รัน Apache Tomcat application server |
Code Block | ||
---|---|---|
| ||
./tomcat8.sh start |
View the Apache Tomcat log file, when startup is complete it should say "Server startup in XXXX ms"
Chinese |
---|
查看 Apache Tomcat 日志文件, 当显示 "Server startup in XXXX ms" 代办启动完毕 |
Thai |
---|
ดูที่ไฟล์ Apache Tomcat log เมื่อรันเสร็จจะปรากฏข้อความ "Server startup in XXXX ms" |
Code Block | ||
---|---|---|
| ||
tail -f apache-tomcat-8x.0x.20x/logs/catalina.out |
Access the App Center at http://localhost:8080/jw
Chinese |
---|
进入 应用中心 地址 http://localhost:8080/jw |
Thai |
---|
การเข้าถึง App Center ไปที่ http://localhost:8080/jw |
Follow on with Setting Up Database.
Chinese |
---|
按照 设置数据库 完成数据库设置. |
Thai | ||||
---|---|---|---|---|
Warning | ||||
For the Community Edition, you will need to delete the default datasource configuration file first before setting up the database:
|