Add sugar CRM --- Open Source Project Sugar CRM Chinese Chemical Installation Process -

xiaoxiao2021-03-06  54

At present, CRM is full of flying, has not been interesting, as if there are hundreds of thousands of knives to hundreds of pieces,

I tried to install Sugar CRM this time, I wrote the installation process, record, the following in the environment

Successfully installed for Windows XP SP2, IIS5.1, MySQL4.18, PHP5.0.

First of all

The system requirements are as follows:

X486 (or Equivalent) with 128MB Ram or Better Apache or IIS Web Server (Download Apache Now, Note That

Any Web Server That Supports PHP WILL WORK

Mysql 3.2 or 4.0 (Download Mysql NOW) PHP 4.2, 4.3, OR 5.0. - (Download The PHP Zip Package Now.

Note That Since Sugar Sales Charts Do Not Yet Work In PHP 5.0,

We Recommend PHP 4.3.)

The specific installation instructions are as follows: This installation process is not simply translated from English, so there is a difference in the original text.

This English version installation address is installed.

First, download Sugar CRM on the SourceForge website, the URL is http://sourceforge.net/docman/display_doc.php?docid=23429&group_id=107819

I downloaded the SugarCrm 2.0 Latest Stable version, and the documentation and English packets of Simplified Chinese.

Then download MySQL and PHP, PHP I downloaded 5.0 Windows Insataller and ZIP version, downloaded,

Because the installation version, there is no expansion package.

Then you have to install:

1. To configure IIS in Windows XP, add IIS components with Windows XP combo discs.

2. Install php5.0, select the web server for IIS4.0 or Higher, then extract the zip file to the installation directory.

In fact, it doesn't decompress it, as long as the extension is one file, it is PHP_MYSQL.DLL to extract this file to

Under Windows / System32, open the php.ini under Windows to find the extension = php_mysql.dll,

Remove the "semicolon", this is the reason for accessing mysql, otherwise it will be wrong, then open the MMS configured by IIS,

Perform a service extension configuration, there is nothing to say, and find menu in the right button.

3. Install mysql, after installing, I am using the default root account, and does not add password, mainly for convenience

, Then create a new empty database SugarCRM is fine,

4. Done downloaded sugarsales-2.01-ga.zip to the corresponding web root directory, put it directly below

The C: / SugarCRM directory, for the convenience of access, then normal, you can open in IE

Http://localhost/install.php, it will be set, according to the corresponding wizard, please note that

If there is no reaction or error in the fifth step, you must check the settings of the header, confirm that PHP can

Even the mysql is that there is no red (the GD is not counted) below the first step.

You can visit, http://localhost/index.php, you will see the corresponding hand, here if IIS has added index.php to the start page, directly http: // localhost is OK. You will see the interface of this software.

The next culture will be conducted. At this point, the downloaded Chinese language package is extracted to the directory of Sugarsales and then do the following.

1. Modify the file in the root directory, config.php is around 74 lines

$ tanguages ​​= array ('en_us' => 'US ENGLISH', 'CN_EN' => 'CHINESE',);

In this file, the second line is below the following settings:

76 lines are revised

$ default_charset = 'UTF-8';

78 lines change

$ default_language = 'cn_en'; basically there is no problem, it can be officially used. Here is a Taiwan Traditional Description, if there is any problem, you can refer to .http: //twpug.net/modules/news/Article.php? StoryID = 19

转载请注明原文地址:https://www.9cbs.com/read-70596.html

New Post(0)