虽然当前未作官方正式支持, 我们已经在 PostgreSQL 9.1.  作了Joget Workflow安装测试. 如果您遇到任何问题, 请在 安装讨论 中贴出您的问题.

  1. 在PostgreSQL中创建一个数据库;  命名为 jwdb (或其它任意名字).
  2. 下载 jwdb-postgresql-v4.psql 并加载到 "jwdb".
  3. 在 joget-installation-directory/wflow/, 创建一个数据源配置文件 - app_datasource-postgresql.properties.
  4. 用文本编辑器 编辑 joget-installation-directory/wflow/app_datasource-postgresql.properties , 插入以下内容如步骤1. 您需要根据实际情况编辑配置 (例如datasource URL, 数据库用户名/密码).
  5. 用文本编辑器 编辑 joget-installation-directory/wflow/app_datasource.properties, 如步骤2. 它将激活 "mssql" 配置文件为当前数据库连接.
  6. 下载 PostgreSQL JDBC驱动 http://jdbc.postgresql.org/download.html, 将它复制到 joget-installation-directory/apache-tomcat-xxxx/lib
  7. 重启 Joget Workflow 服务.

步骤1: 数据库连接配置

workflowUser=postgres
workflowPassword=postgres
workflowDriver=org.postgresql.Driver
workflowUrl=jdbc\:postgresql\://hostname/jwdb

You may need to change the datasource URL, database user and database user's password accordingly.

步骤2: 数据库当前有效连接配置 datasource.properties

currentProfile=postgresql
  • No labels