blob: d475ee7d310e691d4ea23331efe99ddca5f73cee (
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
|
===========================================================================
$NetBSD: MESSAGE,v 1.6 2008/07/30 21:29:56 schmonz Exp $
Please refer to the following file on how to setup your RoundCube
installation.
${DOCDIR}/INSTALL
For pkgsrc installations the RoundCube package is installed in
non-default 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
NOTE: The location of some of the roundcube configuration files
has changed. In addition to this please read the note in the
${PKG_SYSCONFDIR}/roundcube.conf file about the protection of the
installer directory.
===========================================================================
|