ติดตั้ง Vtiger CRM 5.4 บน AsteriskNOW 1.7(CentOS 5.x)
เรียบเรียงโดย http://fb.com/chaluempon.kiama
1.ปรับปรุง MySQL
- [root@www ~]# mysql
- mysql> SET PASSWORD FOR root@localhost=PASSWORD('NEWPASSWORD');
2.Uninstall Module Digium Addons โดยไปที่
- Setup > Module Admin > Diguim Addons เลือก Uninstall
3.อัพเดรตphp 5.3
- rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm
- yum --enablerepo=webtatic update php
- reboot
4.ติดตั้ง phpmyadmin
- ดาวน์โหลด http://cdnetworks-kr-2.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.5.1/phpMyAdmin-3.5.1-all-languages.tar.gz
- tar xvfz phpMyAdmin-3.5.1-all-languages.tar.gz
- cp phpMyAdmin-3.5.1-all-languages phpmyadmin
- cp config.sample.inc.php config.inc.php
- เปลี่ยน $cfg['Servers'][$i]['auth_type']=’cookie’; ให้เป็น $cfg['Servers'][$i]['auth_type']=’http’;
- service httpd restart
- /etc/init.d/httpd restart
5.update asterisk
- yum update
6.ติดตั้งแพคเก็จที่ vitiger ต้องการ
- ดาวนโหลด http://cdnetworks-kr-2.dl.sourceforge.net/project/vtigercrm/vtiger%20CRM%205.4.0/Core%20Product/vtigercrm-5.4.0.tar.gz
- คัดลอกไฟล์ไปไว้ที่ /var/www/html/
- tar xvfz vtigercrm-5.4.0.tar.gz
- chmod 777 all file
- แก้ไขไฟล์ /etc/php.ini
Variable Value
- allow_call_time_pass_reference on
- error_reporting E_WARNING & ~E_NOTICE
- safe_mode off
- display_errors on
- file_uploads on
- max_execution_time 600
- memory_limit 64M
- log_errors off
- output_buffering on
- register_globals off
- short_open_tag On
- yum install freetype-devel krb5-devel libjpeg-devel libpng-devel openssl-deve
- yum install gd gd-devel php-gd
7.แก้ไข /etc/my.cnf
- service mysqld restart
default-storage-engine=innodb
collation_server=utf8_unicode_ci
character_set_server=utf8
default-character-set=utf8
init_connect='SET collation_connection = utf8_general_ci'
init_connect='SET NAMES utf8'
8.เริ่มติดตั้ง http://hostname/vitiger/
9.Finish
10.ลิงค์อ้างอิง
- https://kjmanagedsolutions.com/portal/knowledgebase/26/Change-Default-FreePBX-password-AsteriskNOW-17.html
- http://moremeng.blogspot.com/2011/05/how-to-update-php-53-on-centos.html
- http://pritisolanki.wordpress.com/2012/01/10/install-phpmyadmin-on-centos-6/
- https://wiki.vtiger.com/index.php/Installation_with_LAMP
- http://www.howtoforge.com/vtiger-installation-on-centos-5.x
ความคิดเห็น
แสดงความคิดเห็น