vTiger installation - linagora/vtiger-api-js-client GitHub Wiki

#Prerequisite

##Apache/PHP :

$ apt-get install apache2

$ apt-get install php5 php-pear php5-mysql

$ service apache2 restart

##MySQL

###Installation :

$ apt-get install mysql-server

$ mysql_secure_installation

$ mysql_install_db

###Connexion :

$ mysql -u root -p

###Configuration :

CREATE USER 'vtiger'@'localhost' IDENTIFIED BY 'vtigerforthewin';

GRANT ALL PRIVILEGES ON vtiger . * TO 'vtiger'@'localhost';

FLUSH PRIVILEGES;

CREATE DATABASE vtiger;

#vTiger

Go to the appropriate location to insall vTiger (usually /var/www/html/),

$ wget http://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%206.4.0/Core%20Product/vtigercrm6.4.0.tar.gz

$ tar zxvf vtigercrm6.4.0.tar.gz

$ rm -rf vtigercrm6.4.0.tar.gz

$ chown -R www-data:www-data vtigercrm

Connect to yourdomain/vtigercrm and follow the instructions.

###Configuration The value in $site_URL from config.inc.php should be the url you will use to access the CRM.

error_reporting = E_WARNING & ~E_NOTICE & ~E_DEPRECATED

Fatal error: Call to a member function Execute() on a non-object in vtigercrm/include/database/PearDatabase.php