SugarCRM running on Project Zero
Posted by nicholsr on March 29th, 2008. Other posts by nicholsr
In the few short months since I announced that we can run phpBB on Project Zero we have been pushing hard to extend the XAPI interfaces in the PHP runtime that give us access to the wealth of PHP extensions. As we flesh out the interface and attach more extensions to the runtime we are able to run more and more existing PHP code. We can now run SugarCRM Community Edition 5.0. Instructions on installing and configuring SugarCRM CE are below.
Installation Instructions
edit – June 1, 2009
Up to date install instructions are now available on the development wiki
Rob Nicholson.



April 7th, 2008 at 10:12 am
The instructions are great, but you should note that the default heap size (on windows at least) for the JRE is 64M – which is not big enough for this install. I altered mine using -Xmx100m – either in zero.bat, or in the Eclipse Window->Preferences->Java->Installed JREs->Default VM Arguments.
April 15th, 2008 at 1:40 am
I think
include_path = “.”;
is optional.
April 16th, 2008 at 5:54 pm
[...] for sharing Jacob. As you read earlier, the Zero PHP runtime team has recently been working on running SugarCRM on Zero. Filed in [...]
August 18th, 2008 at 6:58 pm
Excellent job! SugarCRM is one of the world’s leading CRM systems and it’s great to here of yet another platform supporting it.
A glance through your instructions confirms that, when compared against a normal LAMP installation, it’s almost as simple.
May 18th, 2010 at 6:01 am
can i run sugar-websphere/smash-MS SQL rather than Mysql, is there any documentation on that
May 24th, 2010 at 12:14 pm
The FAQ shows database platforms supported by WebSphere sMash http://www.projectzero.org/about/zerofaq.php#What_platforms_are_supported_ and databases supported by Sugar CRM are shown here http://www.sugarcrm.com/crm/products/supported-platforms.html. MS SQL Server 2005 is supported by sMash and Sugar CRM on Windows and Linux.