$OpenBSD: README,v 1.4 2013/03/06 08:51:00 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
========
Refer to the online documentation at:
http://zurmo.org/upgrades