Dobrica Pavlinušić's random unstructured stuff
Koha: Revision 4
Install on Debian etch

Following along instruction about "Installing on Debian"<http://wiki.koha.org/doku.php?id=debian> and taking "git checkout bits"<http://wiki.koha.org/doku.php?id=en:development:git_usage>

{toc: }

^ install packages

.pre
apt-get install git-core
.pre

^ checkout source

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

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