Would you like to be informed when something breaks down in the system? Get alerts from Monitor by eVolpe!
Installation Guide
Requirements:
PHP 7.1 SuiteCRM 7.11.X Database: MySQL Composer
Installation:
Instance Monitor consists of 2 parts:
- Main application – it is PHP Application independent from CRM System
- CRM Package – it is installable package compatible with SuiteCRM
Main appliacation installation;
- To install main part of our system You should download Monitor_X.zip file to your server and extract it to some dictionary – for example /var/www/InstanceMonitor
- Next You should change owner of those files on server user (for Apache Server this user is usuall called www-data)
cmd: chown www-data:www-data -R /var/www/InstanceMonitor
- Add [InstanceMonitor]\index.php application to system crontab for Apache server user.
cmd: crontab -e -u www-data:www-data
CRM Package installation:
File MonitorCRMPackage_X_X_X.zip is installable package for SuiteCRM system. To install it You should use ModuleLoader in Administration Panel.
Saving Comment...