Open main menu

Changes

490 bytes added ,  12:56, 3 October 2008
adds Dependencies into a section
A pre-requisite to [[Importing contacts]], you need to install SugarCRM if you do not already have a working system
 
== Dependencies for SugarCRM ==
There are some PHP modules that Sugar relies on, so you may want to check for those prior to installing. Sugar is programmed to use the PHP IMAP module for mailing and the PHP CURL module for getting remote files.
<source lang="bash">
php -m | grep -i curl
php -m | grep -i imap
</source>
If those modules are not installed, then you can install them via apt-get
<source lang="bash">
sudo apt-get install php5-curl php5-imap
</source>
== Download and Install SugarCRM ==
</source>
After the install, I believe you should secure your configuration files with <source lang="bash">
chmod go -rwx config.php .htaccess
</source>
4,558

edits