1 頁 (共 1 頁)

processmaker

發表於 : 2012-03-06 14:19:00
yehlu
http://www.processmaker.com/

http://wiki.processmaker.com/index.php/Main_Page

http://deepfuture.iteye.com/blog/1045334

Apache 設定

代碼: 選擇全部


sudo a2enmod rewrite

sudo a2enmod expires

代碼: 選擇全部

  <VirtualHost 10.10.10.10>
    ServerName "xxx.551.com.tw"
    DocumentRoot /opt/processmaker/workflow/public_html
    DirectoryIndex index.html index.php
    <Directory  "/opt/processmaker/workflow/public_html">
       AddDefaultCharset UTF-8
       AllowOverRide none
       Options FollowSymlinks
       Order allow,deny
       Allow from all
       RewriteEngine on
       RewriteRule ^.*/(.*)$ sysGeneric.php [NC,L]
       ExpiresActive On
       ExpiresDefault "access plus 1 day"
       ExpiresByType image/gif "access plus 1 day"
       ExpiresByType image/png "access plus 1 day"
       ExpiresByType image/jpg "access plus 1 day"
       ExpiresByType text/css "access plus 1 day"
       ExpiresByType text/javascript "access plus 1 day"
       AddOutputFilterByType DEFLATE text/html
    </Directory>
  </VirtualHost>

交流工作流程範例的網站

發表於 : 2012-03-07 16:37:50
yehlu

ProcessMaker演示一个简单的公司请假SOP

發表於 : 2012-03-07 18:35:14
yehlu

實戰 ProcessMaker

發表於 : 2012-03-07 19:01:01
yehlu