Although not officially supported at the moment, we have tested แม้ว่าจะไม่ได้รับการสนับสนุนอย่างเป็นทางการในขณะนี้ แต่เราได้ทดสอบ Joget Workflow with กับ PostgreSQL 9.1 . If you find any issue(s), please feel free to edit this article or post in the Installation Discussions.แล้ว ถ้าคุณพบปัญหาใดๆ โปรดแก้ไขบทความนี้หรือโพสต์ใน Installation Discussions
- สร้างฐานข้อมูลใน PostgreSQL ตั้งชื่อ jwdb (หรือชื่ออื่นที่ต้องการ)
- ดาวน์โหลด
- Create a database in PostgreSQL; name it jwdb (or another preferred name).
- Download jwdb-postgresql-v4.psql and load this SQL file into the database. และโหลดไฟล์ SQL นี้ใส่ลงในฐานข้อมูล
- ใน In joget-installation-directory/wflow/, create a new สร้างไฟล์ datasource profile file ใหม่ - app_datasource-postgresql.properties.
- 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 ใน text editor จากนั้นใส่เนื้อหาตามที่แสดงในภาพที่ 1 ด้านล่าง คุณอาจต้องแก้ไขการกำหนดค่า (เช่น datasource URL, database user/password) according to your environment. ตามข้อมูลของคุณ
- แก้ไข 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 ใน text editor และเปลี่ยนเนื้อหาตามที่แสดงในภาพที่ 2 ด้านล่าง นี่คือการเปิดใช้งาน datasource profile ชื่อ "postgresql".
- ดาวน์โหลดไดรเวอร์ PostgreSQL จาก Download the PostgreSQL JDBC driver from http://jdbc.postgresql.org/download.html, and copy it into และคัดลอกลงใน joget-installation-directory/apache-tomcat-xxxx/lib
- Restart Joget รีสตาร์ท Joget Workflow server.
...
ภาพที่ 1: การกำหนดค่า Datasource Profile
...
Code Block |
---|
workflowUser=postgres
workflowPassword=postgres
workflowDriver=org.postgresql.Driver
workflowUrl=jdbc\:postgresql\://hostname/jwdb
|
You may need to change the datasource คุณอาจต้องเปลี่ยน datasource URL, database user and และ database user's password accordingly.ตามนี้
...
ภาพที่ 2: datasource.properties
Code Block |
---|
currentProfile=postgresql
|