NOTE: You may find it easier to use Docker |
NOTE: 您会发现使用 Docker 更方便 |
หมายเหตุ: คุณสามารถใช้ Docker เพื่อการติดตั้งที่ง่ายยิ่งขึ้น |
The following instructions are for Debian or Ubuntu Linux. For other Linux distributions please adapt the commands accordingly.
|
Install the latest version of Java Runtime Environment (JRE) or Java Development Kit (JDK) version 11 from https://www.oracle.com/java/technologies/downloads/#java11 or https://adoptium.net/en-GB/temurin/releases/?version=11
We recommend the use of the LTS version of 11. Java 17 (LTS) is not supported at the moment. |
安装 Java 运行环境 (JRE) 或 Java 开发工具包 (JDK) version 11 |
ติดตั้ง Java Runtime Environment (JRE) หรือ Java Development Kit (JDK) เวอร์ชั่น 11 |
sudo apt-get update sudo apt-get install openjdk-11-jre-headless |
Install MySQL Server version 5.7 and above
安装 MySQL Server version 5.7 以上版本 |
ติดตั้ง MySQL เซิฟเวอร์เวอร์ชั่น 5.7 หรือสูงกว่า |
sudo apt-get install mysql-server sudo service mysql start |
Create a new directory for the installation
创建一个安装目录 |
สร้างไดเร็กทอรีใหม่สำหรับการติดตั้ง |
mkdir joget cd joget |
Download the Joget Linux tar.gz bundle from https://www.joget.org/download
下载Joget Workflow Linux tar.gz 安装包 https://www.joget.org/download |
ทำการดาวน์โหลด Joget Workflow Linux tar.gz bundle จาก https://www.joget.org/download |
Extract the Linux tar.gz bundle
解压 Linux tar.gz 安装包 |
แตกไฟล์ Linux tar.gz |
tar xvfz joget-enterprise-linux-x.x.x.tar.gz cd joget-enterprise-linux-x.x.x |
Execute the bundled Apache Tomcat application server
运行安装包 Apache Tomcat 应用服务 |
รัน Apache Tomcat application server |
./tomcat8.sh start |
View the Apache Tomcat log file, when startup is complete it should say "Server startup in XXXX ms"
查看 Apache Tomcat 日志文件, 当显示 "Server startup in XXXX ms" 代办启动完毕 |
ดูที่ไฟล์ Apache Tomcat log เมื่อรันเสร็จจะปรากฏข้อความ "Server startup in XXXX ms" |
tail -f apache-tomcat-x.x.x/logs/catalina.out |
Access the App Center at http://localhost:8080/jw
进入 应用中心 地址 http://localhost:8080/jw |
การเข้าถึง App Center ไปที่ http://localhost:8080/jw |
Follow on with Setting Up Database.
按照 设置数据库 完成数据库设置. |