From 467cb34227766fe140586fe356a669a1dcdd2c73 Mon Sep 17 00:00:00 2001 From: wolfpac444 Date: Fri, 18 Jul 2003 13:19:31 +0000 Subject: [PATCH] Fixed Bug #547 --- doc/kohadoc.sgml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/kohadoc.sgml b/doc/kohadoc.sgml index fe9841add8..13490d4c8a 100644 --- a/doc/kohadoc.sgml +++ b/doc/kohadoc.sgml @@ -423,7 +423,21 @@ server's domain name and system configuration directory (normally /etc - This should be an absolute path; a trailing / is not required.) - PAT FIXME: Should they create a koha.conf here, or where? Could you stick an example of a current one in appropriate place? + Make sure that a koha.conf file exits at /etc/koha.conf. An example koha.conf file is shown below. + + database=Koha + hostname=localhost + user=kohaadmin + pass=kohaadmin + includes=/usr/local/koha/opac/htdocs/includes + intranetdir=/usr/local/koha/intranet + opacdir=/usr/local/koha/opac + kohalogdir=/usr/local/koha/log + kohaversion=2.0.0pre1 + httpduser=apache + intrahtdocs=/usr/local/koha/intranet/htdocs/intranet-tmpl + opachtdocs=/usr/local/koha/opac/htdocs/opac-tmpl + -- 2.39.5