SMEServer vTiger Settings

From Realm Business Systems Ltd
Jump to: navigation, search

Manual VTigerCRM install;

Copy /home/e-smith/files/ibays/vtiger/html >>
add /home/e-smith/templates/etc/httpd/httpd.conf/90crm
[root@rbsl httpd.conf]# cat 90crm 
{
$OUT .=<<END;
# Vtiger CRM
Alias /crm /home/e-smith/files/ibays/vtiger/html
Alias /customerportal /home/e-smith/files/ibays/vtiger/html/customerportal
<Directory /home/e-smith/files/ibays/vtiger/html>
       SSLRequireSSL on
       AddType application/x-httpd-php .php
       php_admin_value open_basedir /home/e-smith/files/ibays/vtiger/html:/tmp
       AllowOverride None
       order allow,deny
       allow from all
       Satisfy all
</Directory>
END
}


Set permissions;

chown -R :www /home/e-smith/files/ibays/vtiger/html/
chmod -R o-rwx /home/e-smith/files/ibays/vtiger/html/
chmod -R g-w /home/e-smith/files/ibays/vtiger/html/
chmod g+w /home/e-smith/files/ibays/vtiger/html/config.inc.php
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/cache/
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/storage/
#chmod -R g+w /home/e-smith/files/ibays/vtiger/html/install/
#chmod g+w /home/e-smith/files/ibays/vtiger/html/install.php
chmod g+w /home/e-smith/files/ibays/vtiger/html/tabdata.php
chmod g+w /home/e-smith/files/ibays/vtiger/html/parent_tabdata.php
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/user_privileges/
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/Smarty/cache/
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/Smarty/templates_c/
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/modules/Emails/templates/
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/test/*
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/logs/
chmod -R g+w /home/e-smith/files/ibays/vtiger/html/modules/Webmails/tmp/


expand-template

/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
/etc/init.d/httpd-e-smith restart
 

import clean database to mysql

create user 'vtigercrmuser' in mysql with password 'vtmysql'