Vtiger521:Installation on Mac
From http://wiki.vtiger.com/archives
Contents |
Install MAMP
This documentation applies to vtigerCRM 5.2.1 and vtigerCRM 5.2.0
You can download the Open Source version of MAMP from here: http://sourceforge.net/projects/mamp/files/
Example: http://sourceforge.net/projects/mamp/files/mamp/1.8.2/MAMP_1.8.2.dmg.zip/download
[Configure the Ports MAMP if required]
| NOTE:
We assume the DocumentRoot of Apache to be /Applications/MAMP/htdocs |
Unzip vtiger CRM Source
Download vtiger CRM Source zip/tarball, extract into /Applications/MAMP/htdocs/vtigercrm
Update configuration
Review your PHP extensions and configuration with recommended values specified at: PHP Extensions and Configuration
You can update the default_timezone variable and configure error_reporting in configuration file.
Edit (config.template.php): This will be used as template for creating config.inc.php
Uncomment the line:
// $default_timezone = ' ';
to
$default_timezone = 'Asia/Calcutta'; // Or any preferred value
Add the following before end of (?>)
error_reporting('E_ALL & ~E_NOTICE');
| NOTE:
Make sure there is not extra space/newline after the (?>) |
Proceed with the installation, by visiting http://serverip:port/vtigercrm
Also Refer: Source Installation
Known issues
Connecting to SSL enabled IMAP server could fail with MAMP when imap extension is not compiled with SSL support. Refer IMAP SSL with MAMP




