- Download SuSE Enterprise Linux Server 11 from Novell – http://download.novell.com/SummaryFree.jsp?buildid=h0AOp5AT-18~
- Install SuSE Linux and log into it so that you can access the graphical desktop.
- Download the SugarCRM Community Edition for Linux FastStack system. http://sourceforge.net/projects/sugarcrm/files/1%20-%20SugarCRM%206.5.X/FastStack/sugarcrm-CE-6.5.6-linux-installer.bin/download
- Open a GNOME Terminal:
-
cd Desktop
-
chmod ug+x sugarcrm-CE-6.5.6-linux-installer.bin
-
./sugarcrm-CE-6.5.6-linux-installer.bin
-
-
Follow the prompts to install Sugar. When asked for the domain, leave it as 127.0.0.1.
-
Once installed use Nautlius File Manager to browse to /home/sugar/sugarcrm-6.5.5 folder
-
Double-click on manager-linux.run and make sure both servers are started.
-
Try logging in with your browser to 127.0.0.1:8080/sugarcrm
- Enable cron scheduling by doing the followiing:
- Open GNOME Terminal and type:
-
sudo crontab -e
- VIM will open and display an empty crontab file. Press Insert to begin editing.
- Enter the following, ensuring there is at least one space between the asterisks, all in one line:
-
* * * * * cd /home/sugar/sugarcrm-6.5.5/apps/sugarcrm/htdocs; sudo /home/sugar/sugarcrm-6.5.5/php/bin/php -f cron.php > /dev/null 2>&1
- Press ESCAPE to get out of edit mode.
-
Now press :wq without spaces to save the file.
- Wait 1 minute then check the scheduler information in the SugarCRM admin pages to confirm it is running.
I am sure there are many more skilled individuals out there who will point out the flaws in the above instructions (please do in the comments), but the above works for me to get a quick-and-dirty version of Sugar up and running.















