Versions Compared

Key

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

...

  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. 下载 Shark.conf, 将它复制到 joget-installation-directory/apache-tomcat-xxxx/webapps/jw/WEB-INF/classes/conf (您需要先创建一个目录)
  8. 重启 Joget Workflow 服务.

步骤1: 数据库连接配置

...