Dobrica Pavlinušić's random unstructured stuff
Koha: Revision 6

Install on Debian etch

Following along instruction about Installing on Debian and taking git checkout bits



install packages

apt-get install git-core

checkout source

cd /srv
git clone git://git.koha.org/pub/scm/koha.git koha

and follow /srv/koha/INSTALL.debian which is more correct than other instruction on web.

koha.ffzg.hr

./vz-create.pl --dist=lenny koha.ffzg.hr


PostgreSQL

Here is some specific tuning to make Koha work with PostgreSQL:

Add plpgsql to template1

sudo -u postgres createlang plpgsql template1

/etc/postgresql/8.3/main/postgresql.conf

client_min_messages = error

/etc/postgresql/8.3/main/pg_hba.conf

local   all         all                               trust
host    all         all         127.0.0.1/32          trust