安裝SugarCRM 6 5版本
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow
也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!
環境:
CentOS 5.8,安裝了Asterisk 1.8
升級php到5.2
SugarCRM 6.5: Minimum PHP version required is 5.2.0. You are using PHP version 5.1.6官方的yum源裡面沒有,如下新增一個額外的源:
# rpm -import http://www.jasonlitka.com/RPM-GPG-KEY-jlitka
# vi /etc/yum.repos.d/utterramblings.repo
[utterramblings]
name=Jason’s Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/RPM-GPG-KEY-jlitka
儲存
# yum update php
# reboot
參考:http://www.myhack58.com/Article/sort099/sort0102/2011/32081.htm
下載SugarCRM 6.5版本
cd /var/www/html
wget http://nchc.dl.sourceforge.net/project/sugarcrm/1%20-%20SugarCRM%206.5.0/SugarCommunityEdition-6.5.0/SugarCE-6.5.2.zip
unzip SugarCE-6.5.2.zip
ln -s SugarCE-Full-6.5.2/ SugarCE
chown asterisk:asterisk SugarCE* -R
瀏覽器訪問 http://192.168.100.103/SugarCE/install.php
提示session.save_path設定錯誤
cd /var/www/html/SugarCRM/
建立檔案phpinfo.php
<?php phpinfo(); ?>瀏覽器訪問 http://192.168.100.103/SugarCE/phpinfo.php
看到/var/lib/php/session
mkdir /var/lib/php/session_sugarcrm
chown asterisk:asterisk /var/lib/php/session_sugarcrmtouch .htaccess
vi .htaccess
php_value session.save_path /var/lib/php/session_sugarcrm
/etc/init.d/httpd restart
提示mbstring沒有啟用
CentOS 5.8預設的php沒有啟用mbstring
yum -y install php-mbstring在/etc/php.ini的加入extension=mbstring.so
按照 下面的資料編輯/etc/php.ini
http://twpug.net/modules/newbb/viewtopic.php?post_id=7199
提示
PHP Memory Limit 32M (Set this to 41943040M or larger in your php.ini file)
IMAP Module Not found: InboundEmail and Campaigns (Email) require the IMAP libraries. Neither will be functional.
Upload File Size Warning: Your PHP configuration should be changed to allow files of at least 6MB to be uploaded.
http://code.google.com/p/sugarcrmcn/downloads/list
cd /var/www/html/SugarCEwget http://code.google.com/p/sugarcrmcn/downloads/detail?name=SugarCRM-LangPack-zh_cn-6.1.1.zip&can=2&q=
unzip SugarCRM-LangPack-zh_tw-6.2.3.zip
修改config.php
array (
'en_us' => 'English (US)',
'zh_cn' => 'Chinese'
),
5、瀏覽器訪問 http://192.168.100.103/SugarCE/
退出並重新登入,將會出現English Chinese語言選擇。
第一次登陸,會提示進行地區等設定。
設定完成後,
修改config.php,讓CRM預設為中文,可以另外選擇英文。
'default_language' => 'zh_cn',
修改admin口令方法:
use springw5_su7873 ;# MySQL 返回的查詢結果為空 (即零行)。
use xxxdb;
update users set user_hash = '098f6bcd4621d373cade4e832627b4f6' where user_name = 'admin';# 影響了 1 行。
參考:http://stackoverflow.com/questions/13296530/sugarcrm-6-5-password-reset