blob: 30f68cd03b2773ff20247a2a33d94d7a0daeecdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
===========================================================================
$NetBSD: MESSAGE,v 1.9 2013/06/15 16:08:09 taca Exp $
Please refer to the following file on how to setup your RoundCube
installation.
${DOCDIR}/INSTALL
Please refer to the following file on how to upgrade your RoundCube
from older version and make sure to remember the version of current
installed Round cube with "pkg_info -I roundcube".
${DOCDIR}/UPGRADING
For pkgsrc installations the RoundCube package is installed in
these locations.
Log files: ${VARBASE}/log/roundcube/
Document root: ${PREFIX}/share/roundcube/
You will also need to make RoundCube accessible through your HTTP server.
If you are running Apache and ap-php, then you can add the following lines
to httpd.conf:
Include ${PKG_SYSCONFDIR}/roundcube.conf
Make sure to enable access_compat_module if you are using Apache 2.3 or
later.
===========================================================================
|