From 6fb9a6036d59a038fa9356011bcf2b8d78b83507 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 May 2010 18:53:00 +1200 Subject: [PATCH] Update README.Debian for koha-common with post-install setup. Signed-off-by: Galen Charlton --- debian/koha-common.README.Debian | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/debian/koha-common.README.Debian b/debian/koha-common.README.Debian index 067628421e..42167eb5e2 100644 --- a/debian/koha-common.README.Debian +++ b/debian/koha-common.README.Debian @@ -1,3 +1,31 @@ +Post-installation configuration +=============================== + +You will want to consider doing the following after installing this +package: + +* Install mysql-server, for a local database. + +* Alternatively, set up a connection to a remote MySQL server: + - rm /etc/mysql/koha-common.cnf + - $EDITOR /etc/mysql/koha-common.cnf + + [client] + host = some.other.host + user = mysqlusername + password = mysqlpassword + +* Enable the rewrite module: a2enmod rewrite + +* Listen on port 8080: $EDITOR /etc/apache2/ports.conf + +* Alternatively, configure koha-create, using /etc/koha/koha-sites.conf + (see /usr/sbin/koha-create for which variables to set). + +* After that, you can create a new Koha instance: + - koha-create --create-db name + + Koha filesystem layout on Debian ================================ -- 2.11.4.GIT