SugarCRM successful manual install on Amahi Fedora12

raphouamahi
Posts: 6
Joined: Fri Jan 15, 2010 3:00 am

SugarCRM successful manual install on Amahi Fedora12

Postby raphouamahi » Wed Jan 20, 2010 10:23 am

Hi everybody!

Here the steps on how I successfully installed sugarCRM on my Amahi 5.1 Fedora12.

- create a web app "sugar" (don't use sugarcrm)

- download the last sugarcrm tar (http://www.sugarforge.org/frs/download. ... -5.5.0.zip)

- unzip the content in /var/hda/web-apps/sugar/html

- modify the welcome.php in /var/hda/web-apps/sugar/html/install

Code: Select all

ORIGINAL: if (version_compare(phpversion(),'5.1.0') < 0 || version_compare(phpversion(),'5.3.0') >= 0) { if(empty($mod_strings['LBL_MINIMUM_PHP_VERSION'])){ $mod_strings['LBL_MINIMUM_PHP_VERSION'] = 'Minimum Php version required is 5.1.0. Recommended Php version is 5.2.x.'; } CHANGED TO: if (version_compare(phpversion(),'5.1.0') < 0 || version_compare(phpversion(),'5.3.2') >= 0) { if(empty($mod_strings['LBL_MINIMUM_PHP_VERSION'])){ $mod_strings['LBL_MINIMUM_PHP_VERSION'] = 'Minimum Php version required is 5.1.0. Recommended Php version is 5.2.x.'; }
(thanks to http://www.sugarcrm.com/forums/showthread.php?t=55318)

- remove (or comment) everything in the .htaccess file

- chown -R /var/hda/web-apps/sugar/html/

- create a user "sugarcrm" in php my admin with PASSWORD and create a table sugarcrm with it (all privileges on that table)

- go to http://sugar and fill in the details (sugarcrm, localhost, sugarcrm, PASSWORD) (I think, just check)

You're done ! Envoy!

PS: see my other threads on how to get Sabnzbd and Asterisk+Freepbx working on Amahi Fedora12!

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: SugarCRM successful manual install on Amahi Fedora12

Postby cpg » Wed Jan 20, 2010 2:14 pm

these are bugs in our one-click apps ... thanks for the improvements!

for those, it is be best to file them in bug tracker.

you should become part of the testers or even contributors team! :)
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

Who is online

Users browsing this forum: No registered users and 51 guests