README 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. $OpenBSD: README,v 1.3 2012/08/24 08:29:27 ajacoutot Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. Zarafa webapp is installed under
  6. ${INSTDIR}
  7. Configuration is done in the file
  8. ${INSTDIR}/config.php
  9. With Apache, AllowOverride settings are required on the ${INSTDIR}
  10. directory. You can configure this as follows:
  11. # ln -s ${PREFIX}/conf/modules.sample/zarafa-webapp.conf \
  12. /var/www/conf/modules
  13. You need to enable the PHP mapi module using the following command:
  14. # ln -fs ${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/mapi.ini \
  15. ${SYSCONFDIR}/php-${MODPHP_VERSION}/mapi.ini
  16. (the PHP mapi module is provided by the "zarafa-webaccess" package)
  17. The Zarafa webapp will be accessible from
  18. http://<hostname>/webapp/
  19. HTTP server locale
  20. ------------------
  21. LANG needs to be set to an UTF-8 compliant locale on the Web server.
  22. When using httpd(8), create a login(1) class under /etc/login.conf(5)
  23. called after the Apache rc.d(8) script, i.e. "httpd":
  24. httpd:\
  25. :setenv=LANG=en_US.UTF-8:\
  26. :tc=daemon: