Versions Compared

Key

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

...

  1. Login to the OpenShift console as the cluster admin 

    Thai

    ล็อกอินเข้าสู่คอนโซล OpenShift ในฐานะผู้ดูแลระบบคลัสเตอร์


    Image Modified

  2. Browse to Catalog > OperatorHub and search for Joget DX

    Thai

    เรียกดูแคตตาล็อก> OperatorHub และค้นหา Joget DX



    Image Modified

  3. Select the Joget DX Operator, and click on the Install button

    Thai

    เลือก Joget DX Operator และคลิกที่ปุ่มติดตั้ง



    Image Modified

  4. Click on the Subscribe button to install the Joget DX Operator.

    Thai

    คลิกที่ปุ่มสมัครสมาชิกเพื่อติดตั้ง Joget DX Operator



    Image Modified

  5. Browse to Catalog > Installed Operators and select Joget DX Operator to confirm that the operator has been installed successfully.

    Thai

    เรียกดูแคตตาล็อก> ผู้ประกอบการที่ติดตั้งและเลือก Joget DX Operator เพื่อยืนยันว่าผู้ประกอบการได้รับการติดตั้งเรียบร้อยแล้ว



    Image Modified

Tutorial Part 2: Create a Joget Cluster with the Joget DX Operator

...

  1. Now that the Joget Operator has been installed, login to the OpenShift console as a normal user.

    Thai

    เมื่อติดตั้ง Joget Operator แล้วให้เข้าสู่คอนโซล OpenShift ในฐานะผู้ใช้ปกติ



    Image Modified

  2. Browse to Projects and click on the Create Project button. Enter a name and click on Create.

    Thai

    เรียกดูโครงการและคลิกที่ปุ่มสร้างโครงการ ใส่ชื่อและคลิกที่สร้าง



    Image Modified

  3. As a prerequisite, you will need to deploy either a MySQL or MariaDB database in the project.

    Thai

    ตามข้อกำหนดเบื้องต้นคุณจะต้องปรับใช้ฐานข้อมูล MySQL หรือ MariaDB ในโครงการ



  4. The fastest way to deploy MySQL would be to use the OpenShift CLI e.g.: 

    Thai

    วิธีที่เร็วที่สุดในการปรับใช้ MySQL คือใช้ OpenShift CLI เช่น:

    Code Block
    # deploy persistent mysql
    export DB_APP_NAME=jogetdb
    export MYSQL_DATABASE=jwdb
    export MYSQL_USER=joget
    export MYSQL_PASSWORD=joget
    
    oc new-app openshift/mysql-persistent --name $DB_APP_NAME -p DATABASE_SERVICE_NAME=$DB_APP_NAME -p MYSQL_USER=$MYSQL_USER -p MYSQL_PASSWORD=$MYSQL_PASSWORD -p MYSQL_DATABASE=$MYSQL_DATABASE
  5. Alternatively, you can deploy using the OpenShift Console.

    Thai

    หรือคุณสามารถปรับใช้โดยใช้ OpenShift Console


     

  6. Browse to the project, go to Workloads and click on add other content.

    Thai

    เรียกดูโครงการไปที่เวิร์กโหลดและคลิกที่เพิ่มเนื้อหาอื่น ๆ



    Image Modified

  7. Select Database.

    Thai

    เลือกฐานข้อมูล


    Image Modified

  8. Search for MySQL.

    Thai

    ค้นหา MySQL



    Image Modified


  9. Select MySQL then click on Instantiate Template.

    Thai

    เลือก MySQL จากนั้นคลิกที่แม่แบบอินสแตนซ์



    Image Modified

  10. Key in the following configuration and click on Create.

    Thai

    ป้อนการกำหนดค่าต่อไปนี้และคลิกที่สร้าง



    Image Modified
     

    1. Database Service Name: jogetdb
    2. MySQL Connection Username: joget
    3. MySQL Connection Password: joget
    4. MySQL Database Name: jwdb

  11. Go to Workloads → Deployment Configs to verify that the MySQL database has been deployed successfully.

    Thai

    ไปที่ Workloads → Deployment Configs เพื่อตรวจสอบว่าฐานข้อมูล MySQL ได้รับการติดตั้งเรียบร้อยแล้ว



    Image Modified

2.2 Deploy Joget DX using the Joget DX Operator

...

  1. Browse to Operators > Installed Operators.

    Thai

    เรียกดูผู้ประกอบการ> ผู้ประกอบการที่ติดตั้ง



    Image Modified

  2. Select the Joget DX Operator, and click on Create Instance.

    Thai

    เลือก Joget DX Operator และคลิกที่สร้างอินสแตนซ์



    Image Modified

  3. By default the configuration for “name” is “example-joget” and “size” is 1 (the number of required Joget instances). Modify the values as required, click Create.

    Thai

    โดยค่าเริ่มต้นการกำหนดค่าสำหรับ "ชื่อ" คือ "example-joget" และ "ขนาด" คือ 1 (จำนวนอินสแตนซ์ของ Joget ที่ต้องการ) ปรับเปลี่ยนค่าตามต้องการคลิกสร้าง



    Image Modified

  4. The Joget DX Operator will automatically start to deploy the required number of Joget DX instances along with all the required resources, which should take a few minutes.

    Thai

    Joget DX Operator จะเริ่มปรับใช้อินสแตนซ์ Joget DX ตามจำนวนที่ต้องการโดยอัตโนมัติพร้อมกับทรัพยากรที่จำเป็นทั้งหมดซึ่งควรใช้เวลาสองสามนาที



    Image Modified

  5. Select the created Joget name, and click on Resources to see the resources automatically created and managed by the Joget DX Operator.

    Thai

    เลือกชื่อ Joget ที่สร้างขึ้นและคลิกที่ทรัพยากรเพื่อดูทรัพยากรที่สร้างและจัดการโดยอัตโนมัติโดย Joget DX Operator



    Image Modified

  6. Click on Events to see the events as they happen

    Thai

    คลิกที่กิจกรรมเพื่อดูเหตุการณ์ที่เกิดขึ้น



    Image Modified

2.3 Complete One-Time Joget Database Setup

...

  1. Browse to Home > Projects and select the Joget DX project. Click on Workloads tab and select Joget DX deployment. After a few minutes, you should see at least 1 available MATCHING PODS.

    Thai

    เรียกดูหน้าหลัก> โครงการและเลือกโครงการ Joget DX คลิกที่แท็บ Workloads และเลือกการปรับใช้ Joget DX หลังจากนั้นไม่กี่นาทีคุณควรเห็นการจับคู่ฝักอย่างน้อย 1 ที่



    Image Modified

  2. Select Resources to see the created Services and Routes. Copy the Location in the created Route. That is the URL to access Joget DX from an external browser.

    Thai

    เลือกทรัพยากรเพื่อดูบริการและเส้นทางที่สร้างขึ้น คัดลอกตำแหน่งในเส้นทางที่สร้าง นั่นคือ URL สำหรับเข้าถึง Joget DX จากเบราว์เซอร์ภายนอก



    Image Modified

  3. Access the Joget DX URL and in the Database Setup page, key in the database configuration of the database deployed earlier and click on the Save button.

    Thai

    เข้าถึง Joget DX URL และในหน้าการตั้งค่าฐานข้อมูลให้ป้อนการกำหนดค่าฐานข้อมูลของฐานข้อมูลที่ปรับใช้ก่อนหน้านี้และคลิกที่ปุ่มบันทึก



    Image Modified

    1. Database Type: MySQL
    2. Database Host: the service name of the database e.g. jogetdb
    3. Database Port: 3306
    4. Database Name: the configured database name e.g. jwdb
    5. Database User: the configured username e.g. joget
    6. Database Password: the configured password e.g. joget

  4. Once the setup is completed, click on Done and you will be brought to the Joget DX App Center. 

    Thai

    เมื่อการตั้งค่าเสร็จสมบูรณ์ให้คลิกที่เสร็จสิ้นแล้วคุณจะถูกนำไปที่ Joget DX App Center



    Image Modified