openbsd-ports/www/zurmo/pkg
ajacoutot ccbc9830be Forgot to add this patch in previous...
Tweak README while here.
2013-03-12 06:13:33 +00:00
..
DESCR
PLIST Update to zurmo-1.1.20. 2013-03-06 08:51:00 +00:00
README Forgot to add this patch in previous... 2013-03-12 06:13:33 +00:00
UNMESSAGE

$OpenBSD: README,v 1.5 2013/03/12 06:13:33 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 under the [mysqld] section in ${SYSCONFDIR}/my.cnf:

character-set-server=utf8
collation-server=utf8_unicode_ci
default-storage-engine=INNODB
max_sp_recursion_depth=100
max_allowed_packet = 20M
thread_stack = 512K
optimizer-search-depth = 0
log_bin_trust_function_creators = 1

Finishing the installation
==========================
Make sure memcached(1) is running then point your web browser to:
    http://<hostname>/zurmo/app/index.php
to run the installation script.

Upgrades
========
After upgrading, it is advised to clear the cache and re-log into Zurmo
by pointing your browser to:
    http://<hostname>/zurmo/app/index.php/zurmo/default/login?clearCache=1

Refer to the online documentation at:
    http://zurmo.org/upgrades