-
Notifications
You must be signed in to change notification settings - Fork 2
ProcessMaker server installation
tomolimo edited this page May 2, 2017
·
15 revisions
This section provides all information needed to install the ProcessMaker server the right way to be able to use it with the plugin and GLPI.
We are using a modified version of the ProcessMaker Community Edition which you can download from current repository.
We are also doing a lot of references to the ProcessMaker Wiki.
Notes:
- We are currently using the 3.0.1.8-RE-1.2 release on our production server. This version is based on the Community Edition v3.0.1.8.
- ProcessMaker server is not relocatable, i.e. it is not possible to install it in a sub-folder of a web server (for example: "http://my.server.com/processmaker/..."), it must be in a root folder by itself, like explained in the wiki (you may use a virtual host).
- ProcessMaker server and GLPI server may share the same MySQL instance, but it's not mandatory.
- See also PHP and MySQL compatibility notes
- at any time, you may refer to the official wiki, but do not install anything at this point.
- Download latest version of ProcessMaker server available here
- Open the downloaded archive, and extract it onto the desired folder
- Configure your web server to point to the
/workflow/public_html
folder - 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).
- MySQL (or MariaDB) must be used for the DB server for ProcessMaker server. ATTENTION to the
mysql strict mode
that must be de-activated for ProcessMaker (check the ProcessMaker official wiki). - Configure Inbound rewrite rules
- 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