安装sugarcrm+汉化

1.下载sugarcrm源码包地址找要安装的版本

http://dl.sugarforge.org/sugarcrm/RetiredFileArchive/RetiredFiles/

2.建立Mysql数据库

Create database sugarcrm;

Grant all on sugarcrm.* to yy@localhost identified by ‘123’;

3.IE浏览器输入 http://IP/sugar

如无法进行下一步  查看权限

Ps aux |grep sugarcrm

Chown –R 更改用户所属组

保证用户有运行sugarcrm的权限

4.安装插件zlib

tar -jvzf zlib-1.2.3.tar.bz2 –C /usr/src

    cd /usr/src/zlib-1.2.3.tar.gz

    ./configure –prefix=/usr/local/modules/zlib

    make

make install

5.编译PHP

Cd /usr/src/php-5.2.10

./configure --prefix=/usr/local/php5 -with-apxs2=/usr/local/apache2/bin/apxs -with-mysql=/usr/local/mysql -with-png-dir -with-jpeg-dir=/usr/local/modules/jpeg6 -with-zlib-dir=/usr/local/modules/zlib -enable-track-vars -disable-debug -enable-url-includes -enable-sockets -enable-force-cgi-redirect -enable-calendar -with-config-file-path=/etc -with-freetype-dir=/usr/local/modules/freetype -enable-magic-quotes -enable-ftp -enable-gd-native-ttf -with-ttf -with-gdbm -with-gettext -with-iconv -with-xml -enable-mbstring=all -enable-memory-limit

make && install

重新apache

6.汉化包地址

http://www.sugarforge.org/search/?type_of_search=soft&words=chinese&Search=Search