X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=debian%2Fkoha-common.README.Debian;h=ba831af848a1871129e3f2de1a1722fee733a163;hb=5d6c092921919526ade501facb1220f8a108a08f;hp=067628421ee882a783c0e26aa9555ddf5d92098b;hpb=2ae1e3c21da0c41f9daccffe27fce7ed5be188d2;p=koha_fer diff --git a/debian/koha-common.README.Debian b/debian/koha-common.README.Debian index 067628421e..ba831af848 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 ================================ @@ -5,6 +33,8 @@ The Debian packaging of Koha puts files in the following places: * /etc/koha -- system configuration files * /etc/cron.hourly/koha-common -- cron job +* /etc/cron.daily/koha-common -- cron job +* /etc/cron.d/koha-common -- cron job * /usr/share/koha -- shared files (HTML templates, Perl code, etc) Each Koha instance has files in the following places: