• CentOS 5.8安装SugarCRM 6.5版本


    环境: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.linuxidc.com/Linux/2014-04/100956p2.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_sugarcrm
    touch .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

    提示
    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/SugarCE
    wget 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',

    CentOS 5.5 简单方法升级php到php5.2.6

    装完Centos5.5 看了看php版本才5.1.6,于是下意识的

    # yum update php
    Loading “fastestmirror” plugin
    Existing lock /var/run/yum.pid: another copy is running as pid 12787.
    Another app is currently holding the yum lock; waiting for it to exit…
    Another app is currently holding the yum lock; waiting for it to exit…
    Another app is currently holding the yum lock; waiting for it to exit…
    Another app is currently holding the yum lock; waiting for it to exit…
    Loading mirror speeds from cached hostfile
    * base: centos.candishosting.com.cn
    * updates: centos.candishosting.com.cn
    * addons: centos.candishosting.com.cn
    * extras: centos.candishosting.com.cn
    Setting up Update Process
    Could not find update match for php
    No Packages marked for Update
    看来Centos系统软件仓中的php没有更新,晕
    本人懒人一个,不想重新手动编译php,既然官方的yum源里面没有,那总有一个源有吧,
     
    找找总算找到一个,如下添加一个额外的源:
    # rpm –import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka
    # gedit /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/media/RPM-GPG-KEY-jlitka
    保存
    # yum update php
    Loading “fastestmirror” plugin
    Loading mirror speeds from cached hostfile
    * utterramblings: www.jasonlitka.com
    * base: centos.candishosting.com.cn
    * updates: ftp.hostrino.com
    * addons: ftp.hostrino.com
    * extras: ftp.hostrino.com
    utterramblings 100% |=========================| 951 B 00:00
    primary.xml.gz 100% |=========================| 68 kB 00:02
    utterrambl: ################################################## 230/230
    Setting up Update Process
    Resolving Dependencies
    –> Running transaction check
    —> Package php.i386 0:5.2.6-jason.1 set to be updated
    –> Processing Dependency: php-common = 5.2.6-jason.1 for package: php
    –> Processing Dependency: php-cli = 5.2.6-jason.1 for package: php
    –> Running transaction check
    —> Package php-cli.i386 0:5.2.6-jason.1 set to be updated
    —> Package php-common.i386 0:5.2.6-jason.1 set to be updated
    –> Processing Dependency: php-common = 5.1.6-20.el5_2.1 for package: php-gd
    –> Processing Dependency: php-common = 5.1.6-20.el5_2.1 for package: php-ldap
    –> Processing Dependency: php-common = 5.1.6-20.el5_2.1 for package: php-pdo
    –> Processing Dependency: php-common = 5.1.6-20.el5_2.1 for package: php-mysql
    –> Processing Dependency: php-common = 5.1.6-20.el5_2.1 for package: php-mbstring
    –> Processing Dependency: php-common = 5.1.6-20.el5_2.1 for package: php-xml
    –> Running transaction check
    —> Package php-mysql.i386 0:5.2.6-jason.1 set to be updated
    —> Package php-mbstring.i386 0:5.2.6-jason.1 set to be updated
    —> Package php-ldap.i386 0:5.2.6-jason.1 set to be updated
    —> Package php-gd.i386 0:5.2.6-jason.1 set to be updated
    —> Package php-xml.i386 0:5.2.6-jason.1 set to be updated
    —> Package php-pdo.i386 0:5.2.6-jason.1 set to be updated
    –> Finished Dependency Resolution
     
    Dependencies Resolved
     
    =============================================================================
    Package Arch Version Repository Size
    =============================================================================
    Updating:
    php i386 5.2.6-jason.1 utterramblings 3.7 M
    php-cli i386 5.2.6-jason.1 utterramblings 2.6 M
    php-common i386 5.2.6-jason.1 utterramblings 481 k
    Updating for dependencies:
    php-gd i386 5.2.6-jason.1 utterramblings 320 k
    php-ldap i386 5.2.6-jason.1 utterramblings 56 k
    php-mbstring i386 5.2.6-jason.1 utterramblings 1.3 M
    php-mysql i386 5.2.6-jason.1 utterramblings 258 k
    php-pdo i386 5.2.6-jason.1 utterramblings 159 k
    php-xml i386 5.2.6-jason.1 utterramblings 316 k
     
    Transaction Summary
    =============================================================================
    Install 0 Package(s)
    Update 9 Package(s)
    Remove 0 Package(s)
     
    Total download size: 9.1 M
    Is this ok [y/N]: y
    Downloading Packages:

    (1/9): php-5.2.6-jason.1. 100% |=========================| 3.7 MB 02:35
    (2/9): php-pdo-5.2.6-jaso 100% |=========================| 159 kB 00:05
    (3/9): php-common-5.2.6-j 100% |=========================| 481 kB 00:15
    (4/9): php-xml-5.2.6-jaso 100% |=========================| 316 kB 00:06
    (5/9): php-cli-5.2.6-jaso 100% |=========================| 2.6 MB 01:36
    (6/9): php-gd-5.2.6-jason 100% |=========================| 320 kB 00:10
    (7/9): php-ldap-5.2.6-jas 100% |=========================| 56 kB 00:03
    (8/9): php-mbstring-5.2.6 100% |=========================| 1.3 MB 00:41
    (9/9): php-mysql-5.2.6-ja 100% |=========================| 258 kB 00:06
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Updating : php-common ####################### [ 1/18]
    Updating : php-pdo ####################### [ 2/18]
    Updating : php-cli ####################### [ 3/18]
    Updating : php-mysql ####################### [ 4/18]
    Updating : php-mbstring ####################### [ 5/18]
    Updating : php-ldap ####################### [ 6/18]
    Updating : php-gd ####################### [ 7/18]
    Updating : php-xml ####################### [ 8/18]
    Updating : php ####################### [ 9/18]
    Cleanup : php-mysql ####################### [10/18]
    Cleanup : php-mbstring ####################### [11/18]
    Cleanup : php-ldap ####################### [12/18]
    Cleanup : php-gd ####################### [13/18]
    Cleanup : php-cli ####################### [14/18]
    Cleanup : php-xml ####################### [15/18]
    Cleanup : php-common ####################### [16/18]
    Cleanup : php-pdo ####################### [17/18]
    Cleanup : php ####################### [18/18]
     
    Updated: php.i386 0:5.2.6-jason.1 php-cli.i386 0:5.2.6-jason.1 php-common.i386 0:5.2.6-jason.1
    Dependency Updated: php-gd.i386 0:5.2.6-jason.1 php-ldap.i386 0:5.2.6-jason.1 php-mbstring.i386 0:5.2.6-jason.1 php-mysql.i386 0:5.2.6-jason.1 php-pdo.i386 0:5.2.6-jason.1 php-xml.i386 0:5.2.6-jason.1
    Complete!
    # service httpd restart
    停止 httpd: [确定]
    启动 httpd:httpd: Could not reliably determine the server’s fully qualified domain name, using localhost.localdomain for ServerName
    [确定]
    # rpm -q php
    php-5.2.6-jason.1

  • 相关阅读:
    多时钟系统3 Crossing clock domains Task
    多时钟系统2 Crossing clock domains Flag
    多时钟系统4 Crossing clock domains Data bus
    sytem.h
    TDA2003功放电路
    windows ddk
    关于DSP的一些基本知识和用法(资料来源于合众达网页)
    [FPGA][NiosII]内置LCD控制器使用心得(转)
    FPGA pins
    DSP2407配置步骤
  • 原文地址:https://www.cnblogs.com/edwardsun/p/4089627.html
Copyright © 2020-2023  润新知