diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
commit | 431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/horde/MESSAGE | |
parent | c72c1cf5f95cbe537b005028f1743cddb16ef203 (diff) | |
download | pkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/horde/MESSAGE')
-rw-r--r-- | www/horde/MESSAGE | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/horde/MESSAGE b/www/horde/MESSAGE new file mode 100644 index 00000000000..18665ecd451 --- /dev/null +++ b/www/horde/MESSAGE @@ -0,0 +1,38 @@ +========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/11/01 02:16:52 zuntum Exp $ + +Please refer to the file: + + ${PHPLIBDIR}/README + +to setup Horde to access it's database properly. The short summary is to +edit: + + ${PHPLIBDIR}/local.inc + ${PHPLIBDIR}/prepend.php3 + +to specify the correct backend database, and run the appropriate scripts +in: + + ${HORDEDIR}/scripts/databases + +to setup the horde database. Horde is setup by default to access MySQL. +It's recommended that you change the password of the 'hordemgr' user used +to connect to the horde database. For localhost security, the file + + ${PHPLIBDIR}/local.inc + +should be accessible only to the webserver process as it contains the +horde database password. + +You will also need to make Horde accessible through your HTTP server. If +you are running Apache and ap-php, then you can add the following line +to httpd.conf: + + Include ${APACHE_SYSCONFDIR}/horde.conf + +to make Horde accessible through: + + http://www.domain.com/horde/ + +========================================================================== |