summaryrefslogtreecommitdiff
path: root/www/SOGo
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2012-01-09 05:27:44 +0000
committermanu <manu@pkgsrc.org>2012-01-09 05:27:44 +0000
commitbc036b5665991c5ddeec92e2a6b51663ee9f263c (patch)
treef556c7253de633d7bee94c613baaf2a93b39a2cc /www/SOGo
parent83b964e7b90ed4123ce79a88636c385887cabd02 (diff)
downloadpkgsrc-bc036b5665991c5ddeec92e2a6b51663ee9f263c.tar.gz
Add information in MESSAGE on how to use it
Diffstat (limited to 'www/SOGo')
-rw-r--r--www/SOGo/MESSAGE9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/SOGo/MESSAGE b/www/SOGo/MESSAGE
index bb8c5bb2e72..9ef0fc97746 100644
--- a/www/SOGo/MESSAGE
+++ b/www/SOGo/MESSAGE
@@ -1,9 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2011/10/16 05:36:35 manu Exp $
+$NetBSD: MESSAGE,v 1.2 2012/01/09 05:27:44 manu Exp $
You will need to make SOGo accessible through your HTTP server.
If you are running Apache then you may add the following lines to httpd.conf:
Include ${PKG_SYSCONFDIR}/SOGo.conf
+Next, setup a PostgreSQL or MySQL database with a sogo user. Tweak tbe
+${PKG_SYSCONFDIR}/sogo-conf.sh script according to your needs, run it, and
+start httpd and sogod:
+
+ /etc/rc.d/sogod start
+ /etc/rc.d/apache start
+
===========================================================================