ติดตั้ง Sugar CRM บน Debian


หน้าแรก ติดตั้ง CMS ติดตั้ง Sugar CRM บน Debian

Install SugarCRM

mkdir /var/www/crm
cd /tmp
wget http://www.sugarforge.org/frs/download.php/3103/SugarOS-4.5.1e.zip
unzip SugarOS-*
cd SugarOS-Full-*
mv * /var/www/crm/
chown -R www-data:www-data /var/www/crm

Start the webbased SugarCRM installer by opening the URL in your browser:

http://192.168.0.100/crm/

Select the language:

Accept the License terms:

Check if the prerequisites are met.

If you get a error that MySQL is not available, open the file /etc/php5/apache2/php.ini and add the following line at the end of the file:

extension=mysql.so

and restart apache:

/etc/init.d/apache2 restart

Now enter the username and password that we created above for the SugarCRM database. If you want to have some demo data to play with, enable the Populate Database with Demo Data? checkbox.

Enter a password for the SugarCRM admin user.

Set the locale and currency settings.


more: http://www.howtoforge.com/debian_etch_sugarcrm



ขึ้นไปด้านบน