Zurmo is an open source CRM application written in PHP utilizing jQuery, Yii Framework, and RedBeanPHP. The goal with Zurmo is to provide an easy-to-use, easy-to-customize CRM application that can be adapted to any business use case. Special care has been taken to think through many different use cases with a system designed to provide a high degree of flexibility, covering a wide variety of use cases out of the box. <...> ok jasper@
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
$OpenBSD: README,v 1.1.1.1 2012/08/04 15:19:32 ajacoutot Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
Zurmo has been installed into ${INSTDIR}
|
|
|
|
PHP settings
|
|
============
|
|
Some specific PHP settings are required for Zurmo. With Apache, you can
|
|
automatically configure them as follows. As root:
|
|
ln -s ../modules.sample/zurmo.conf ${PREFIX}/conf/modules
|
|
/etc/rc.d/httpd restart
|
|
|
|
With other web servers, review
|
|
${PREFIX}/conf/modules.sample/zurmo.conf
|
|
to use them as a a template to adjust various PHP settings in
|
|
${SYSCONFDIR}/php-${MODPHP_VERSION}.ini.
|
|
|
|
MySQL settings
|
|
==============
|
|
The following MySQL server settings are required by Zurmo and must be
|
|
set or modified in ${SYSCONFDIR}/my.cnf:
|
|
|
|
max_sp_recursion_depth = 20
|
|
thread_stack = 524288
|
|
optimizer_search_depth = 0
|
|
max_allowed_packet = 20M
|
|
log_bin_trust_function_creators = 1
|
|
|
|
Finishing the installation
|
|
==========================
|
|
Point your web browser to:
|
|
http://<hostname>/zurmo/app/index.php
|
|
to run the installation script.
|