...
Backup your Joget v5, v6 or DX 7 database or clone it for Joget DX 8 use (Joget DX 8 will automatically create the new tables and fields it needs).
Thai สำรองฐานข้อมูล Joget v5, v6 or DX 7 ของคุณหรือโคลนเพื่อการใช้งานของ Joget DX (Joget DX 8 จะสร้างตารางและฟิลด์ใหม่ตามที่ต้องการโดยอัตโนมัติ)
Download and install Joget DX 8 in a new folder using the Windows or Linux Installer.
Thai ติดตั้ง Joget DX 8 ในโฟลเดอร์ใหม่โดยใช้ Windows หรือ Linux Installer
Copy over all files from v5, v6, or DX 7 ".\wflow\*" folder to the same folder in Joget DX 8.
Thai คัดลอกไฟล์ทั้งหมดจากโฟลเดอร์ v5, v6 or DX 7 ". \ wflow \ *" ไปยังโฟลเดอร์เดียวกันใน Joget DX 8
Ensure Joget DX 8 can access the your current database (check the database settings in "app_datasource-default.properties" file using a text editor).
Thai ตรวจสอบให้แน่ใจว่า Joget DX 8 สามารถเข้าถึงฐานข้อมูล v6 (ตรวจสอบการตั้งค่าฐานข้อมูลในไฟล์ "app_datasource-default.properties" โดยใช้โปรแกรมแก้ไขข้อความ)
- In Joget DX 8 folder, go to apache-tomcat-9.x.x\webapps\jw\WEB-INF\classes\setup\sql and open your respective database type (e.g. jwdb-mysql.sql )
- Run the 2 following create table scripts in your current database:
- wf_process_link_history
- wf_history_process
Optional: Edit the "./apache-tomcat-9.x.x/conf/server.xml" if you wish to run Joget DX on a different port instead of "8080".
Thai ทางเลือก: แก้ไข "./apache-tomcat-9.x.x/conf/server.xml" หากคุณต้องการรัน Joget DX บนพอร์ตอื่นแทน "8080"
Edit the "joget-start.bat or .sh" file using a text editor to set a higher "-Xmx" memory for better performance (for example -Xmx1024M).
Thai แก้ไขไฟล์ "joget-start.bat หรือ. sh" โดยใช้เท็กซ์เอดิเตอร์เพื่อตั้งค่าหน่วยความจำ "-Xmx" ที่สูงขึ้นเพื่อประสิทธิภาพที่ดีขึ้น
Start Joget Apache Tomcat and monitor the joget.log and catalina.log for errors, read Web App Log Viewer for more information.
Thai เริ่ม Joget Apache Tomcat และตรวจสอบข้อผิดพลาด joget.log และ catalina.log
...