Abhishek Singh Bailoo

Weblog

Oct 5

CentOS Install SugarCRM

yum install php-mbstrings php-imap

Edit /etc/php.ini

memory_limit = 48MB

upload_max_filesize = 12M

/etc/init.d/httpd restart

chown -R apache.apache /var/www/html/*

In order to run SugarCRM schedulers add the following line in crontab

*    *    *    *    *     cd /var/www/html/SugarCE-Full-6.3.0RC1; php -f cron.php > /dev/null 2>&1