Installing SugarCRM: Difference between revisions

No edit summary
adds Dependencies into a section
Line 1: Line 1:
A pre-requisite to [[Importing contacts]], you need to install SugarCRM if you do not already have a working system
A pre-requisite to [[Importing contacts]], you need to install SugarCRM if you do not already have a working system


== Download and Install SugarCRM ==
== Dependencies for SugarCRM ==
SugarCRM provides easy stack installers which make trying the system as close to a one-click operation as possible.  That is great for trying it out.
If you are beyond the exploration stage you will want to install into an existing infrastructure, so we'll assume that approach.
 
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.
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">
<source lang="bash">
Line 14: Line 11:
sudo apt-get install php5-curl php5-imap
sudo apt-get install php5-curl php5-imap
</source>
</source>
== Download and Install SugarCRM ==
SugarCRM provides easy stack installers which make trying the system as close to a one-click operation as possible.  That is great for trying it out.
If you are beyond the exploration stage you will want to install into an existing infrastructure, so we'll assume that approach.


# Visit the [http://sugarcrm.com SugarCRM homepage], and click the top navbar link to "Sugar Open Source"
# Visit the [http://sugarcrm.com SugarCRM homepage], and click the top navbar link to "Sugar Open Source"