ProcessMaker is a workflow and business process management software suite. It allows small to medium-sized organizations to automate document intensive, approval-based processes across various systems including finance, HR, and operations. It is an entirely Web-based, AJAX-enabled application that is built on the popular open source LAMP stack.
ProcessMaker OSS includes tools to design forms, create documents, assign roles and users, create routing rules, and is designed with a full service-orientated architecture (SOA) and Web Services interface allowing the software to directly connect with popular business intelligence, content management, and enterprise resource planning systems.
Installation
1. Download ProcessMaker 1.0-999 from http://sourceforge.net/projects/processmaker/ and install it
2. Rename the file "/etc/httpd/conf.d/pmos.conf.rpm" as "/etc/httpd/conf.d/pmos.conf"
3. Ensure that the virtual server "your_processmaker_server" defined in the file "/etc/httpd/conf.d/pmos.conf" coincides with your system configuration. The name of this virtual server is only an example, you can change this name according the domain defined in your network.
4. If you don't have the name of the virtual server defined in step 3, you should add this server to your host. To do this, you need to edit the file /etc/hosts. In this file you should add the following line: your_ip_address your_processmaker_server
5. Finally restart the htppd service
Configuration
1. Make sure that the "data" and "compiled" subdirectories are world writable (chmod 0777), because the data of your workflows will be saved in the "data" subdirectory, and the subdirectory "compiled" will store the compiled templates of ProccessMaker.
2. Open your browser and load the ProcessMaker site. You should see the test page. If you don't see it, please check the installation steps.
3. On the test page,
- check your connection and paths
- enter your MySQL database account information, which should have privileges to create databases and users.
4. Click on the tab "Install" (in the upper right-hand corner)
5. After few seconds you will get the confirmation of your installation. If it was successful, click on the button "Finish installation" and enjoy ProccessMaker. Otherwise, please visit our forums (http://forum.processmaker.com/) to get support.
6. To login to ProcessMaker use these credentials:
user: admin
pass: admin
Product's homepage
Requirements:
· Apache 2.2.3 or greater
· PHP 5.1.6 or greater
· ySQL 5.1 or greater
What's New in This Release: [ read full changelog ]
Fixed bugs:
· Fixed a bug in Sugar Triggers to return more than 50 records on any getSugar* function (8435)
· Issues with Case Reassignment. (7084)
· An issue on IE8 with some windows that appear transparent (8226)
Improvements:
· Add validation on User photo upload and removed Resume (since it is not used anymore)
· Improvements in Dashboard and Dashlets layout
Features:
· Simplified User Inbox: This allow users to have a very simple Inbox List that helps on visualization
· Added a webservice to get Unassigned Cases list Webservice