Versions Compared

Key

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

...

  1. Create a database in PostgreSQL; name it jwdb (or another preferred name).

    Thai

    สร้างฐานข้อมูลใน PostgreSQL ตั้งชื่อเป็น jwdb (หรือชื่ออื่นที่ต้องการ)

  2. Download the jwdb-postgresql-dx7.pgsql file below postgres.sql file below, and import this SQL file into the database using the psql command (Example: psql -U postgres jwdb < command below.

    Thai

    ดาวน์โหลด jwdb-postgresql-dx7.pgsql และโหลดไฟล์ SQL นี้ลงในฐานข้อมูล

    Code Block
    languagebash
     psql -U postgres jwdb < jwdb-postgresql.sql

    View file
    namejwdb-postgres.sql
    height250


    Alternatively, you can also use jwdb-postgresql-dx7.pgsql) file below.

    Code Block
    languagebash
     psql -U postgres jwdb < jwdb
    Thai
    ดาวน์โหลด jwdb
    -postgresql-dx7.
    pgsql และโหลดไฟล์ SQL นี้ลงในฐานข้อมูล
    pgsql

    View file
    namejwdb-postgresql-dx7.pgsql
    height250

  3. In joget-installation-directory/wflow/, create a new datasource profile file -  app_datasource-postgresql.properties.

    Thai

    ใน joget-installation-directory / wflow / ให้สร้างไฟล์โปรไฟล์แหล่งข้อมูลใหม่ - app_datasource-postgresql.properties

  4. Edit joget-installation-directory/wflow/app_datasource-postgresql.properties in a text editor, then insert contents as shown in Figure 1 below. You may need to edit the configuration (such as datasource URL, database user/password) according to your environment.

    Thai

    แก้ไข joget-installation-directory / wflow / app_datasource-postgresql.properties ในเท็กซ์เอดิเตอร์จากนั้นแทรกเนื้อหาดังแสดงในรูปที่ 1 ด้านล่าง คุณอาจต้องแก้ไขการกำหนดค่า (เช่น URL แหล่งข้อมูลผู้ใช้ฐานข้อมูล / รหัสผ่าน) ตามสภาพแวดล้อมของคุณ

  5. Edit joget-installation-directory/wflow/app_datasource.properties in a text editor, and change the contents as shown in Figure 2 below. This is to activate the datasource profile named "postgresql".

    Thai

    แก้ไข joget-installation-directory / wflow / app_datasource.properties ในเท็กซ์เอดิเตอร์และเปลี่ยนเนื้อหาดังแสดงในรูปที่ 2 ด้านล่าง นี่คือการเปิดใช้งานโปรไฟล์แหล่งข้อมูลที่ชื่อว่า "postgresql"

  6. Download the PostgreSQL JDBC driver from http://jdbc.postgresql.org/download.html, and copy it into joget-installation-directory/ apache-tomcat-xxxx/lib

    Thai

    ดาวน์โหลดไดรเวอร์ PostgreSQL JDBC จาก http://jdbc.postgresql.org/download.html และคัดลอกลงใน joget-installation-directory / apache-tomcat-xxxx / lib

  7. Restart Joget server.

    Thai

    รีสตาร์ทเซิร์ฟเวอร์ Joget

...