Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NOTE: You may find it easier to use Dockerหมายเหตุ: คุณสามารถใช้ Docker เพื่อการติดตั้งที่ง่ายยิ่งขึ้น

Info
The following instructions are for Debian or

คำแนะนำต่อไปนี้ใช้สำหรับ Debian หรือ Ubuntu Linux

. For other Linux distributions please adapt the commands accordingly.

สำหรับระบบปฏิบัติการ Linux รุ่นอื่น โปรดปรับการตั้งค่าให้สอดคล้อง

  1. ติดตั้ง Install the Java Runtime Environment (JRE) or หรือ Java Development Kit (JDK) version เวอร์ชั่น 7 and aboveหรือสูงกว่า

    Code Block
    languagebash
    sudo apt-get update
    sudo apt-get install default-jre
  2. Install ติดตั้ง MySQL Server version เซิฟเวอร์เวอร์ชั่น 5.5 and aboveหรือสูงกว่า

    Code Block
    languagebash
    sudo apt-get install mysql-server
    sudo service mysql start
  3. Create a new directory for the installationสร้างไดเร็กทอรีใหม่สำหรับการติดตั้ง

    Code Block
    languagebash
    mkdir joget
    cd joget
  4. Download the ทำการดาวน์โหลด Joget Workflow Linux tar.gz bundle from จาก http://www.joget.org/download

  5. Extract the แตกไฟล์ Linux tar.gz bundle

    Code Block
    languagebash
    tar xvfz joget-enterprise-linux-x.x.x.tar.gz 
    cd joget-enterprise-linux-x.x.x
  6. Execute the bundled รัน Apache Tomcat application server

    Code Block
    languagebash
    ./tomcat8.sh start
  7. View the ดูที่ไฟล์ Apache Tomcat log file, when startup is complete it should say เมื่อรันเสร็จจะปรากฏข้อความ "Server startup in XXXX ms"

    Code Block
    languagebash
    tail -f apache-tomcat-8.0.20/logs/catalina.out
  8. Access the การเข้าถึง App Center at ไปที่ http://localhost:8080/jw

  9. Follow on with Setting Up Databaseการตั้งค่าฐานข้อมูล.

    Warning

    For the สำหรับ Community Edition , you will need to delete the default datasource configuration file first before setting up the databaseคุณจะต้องลบไฟล์ที่กำหนดค่าแหล่งข้อมูลเบื้องต้นก่อนที่จะตั้งค่าฐานข้อมูล:

    rm wflow/app_datasource.properties

...