Skip to content

ProcessMaker server installation

tomolimo edited this page Oct 25, 2016 · 15 revisions

Installation of ProcessMaker server is quite easy:

Note: In this wiki you'll find help to install it on Windows and IIS, but it should be almost strait forward to install it on Linux (ProcessMaker wiki URL is http://wiki.processmaker.com/3.1/sys_administration#qt-3_1_sys_administration_tabs-ui-tabs2). At any time, you may refer to the official wiki, but do not install anything at this point.

As a global instruction list, you may follow these:

  1. Download latest version of ProcessMaker server available here
  2. Open the downloaded archive, and extract it onto the desired folder
  3. Configure your web server to point to the /workflow/public_html folder
  4. PHP should already be installed and configured for your web server, I will not detail this point as so many tutorials already exist for that. Pay attention to the version that must be used for ProcessMaker (check the ProcessMaker official wiki). Currently my own configuration is PHP 5.6.25
  5. MySQL (or MariaDB) must be used for the DB server for ProcessMaker server. Currently, my own configuration is MySQL 5.7.14, ATTENTION to the mysql strict mode that must be de-activated for ProcessMaker (check the ProcessMaker official wiki).
  6. Normally, at this step you should be able to start a web page on your web server, see ProcessMaker Wiki Step 6 of manual installation, and to configure your default workspace.

After this default configuration, to continue with dedicated configuration see ProcessMaker server configuration

Clone this wiki locally