« 6.12.06 | Main | 17.12.06 »

13.12.06

vtiger5 CRM installation protocoll on Mac OS X Server:

  • activate httpd/Apache (Server Admin.app -> Web -> Start service)
  • activate php (Server Admin.app -> Web -> Settings -> php4_module -> Save)
  • download vtiger source from sourceforge (vtiger CRM 5.0.2 Latest Stable -> Core Product -> vtigercrm-5.0.2.tar.gz) and the linux installation manual
  • unzip & copy to ~/Sites, open Terminal.app
  • cd ~/Sites/vtiger/
  • chgrp -R www .
  • chmod g+w config.inc.php cache test/wordtemplatedownload storage install install.php test/product test/user test/contact test/logo modules/Emails/templates user_privileges Smarty/templates_c tabdata.php parent_tabdata.php Smarty/cache (in the documentation it says chmod 777 ... - don't do that, it's a security threat)
  • done!