Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / www / SOGo / MESSAGE
blobb6a6b962267c6b82a304fad75e86a96aa0e04101
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2012/01/09 05:27:44 manu Exp $
4 You will need to make SOGo accessible through your HTTP server.
5 If you are running Apache then you may add the following lines to httpd.conf:
7         Include ${PKG_SYSCONFDIR}/SOGo.conf
9 Next, setup a PostgreSQL or MySQL database with a sogo user. Tweak tbe
10 ${PKG_SYSCONFDIR}/sogo-conf.sh script according to your needs, run it, and
11 start httpd and sogod:
13         /etc/rc.d/sogod start
14         /etc/rc.d/apache start
16 ===========================================================================