Has anyone tried to run SugarCRM OS on the OS X? If so can you post any tips, tricks or tutorials?
Has anyone tried to run SugarCRM OS on the OS X? If so can you post any tips, tricks or tutorials?
Here's what I have to offer on the subject:
MacOS X comes with PHP, though it is not enabled by default. You can enable it by uncommenting the following lines in /etc/httpd/httpd.conf...
LoadModule php4_module libexec/httpd/libphp4.so
...
AddModule mod_php4.c
Also:
<IfModule mod_php4.c>
# If php is turned on, we repsect .php and .phps files.
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
# Since most users will want index.php to work we
# also automatically enable index.php
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>
...
Something that I found to take note of on MacOS X 10.4 is that it comes with PHP 4.3.11, which is prone to what is described in
this thread, when combined with mysql 4.1+.x... I had the best luck, as a result, with a 4.0 release of mysql...
Hope that helps!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks