Dobrica Pavlinušić's random unstructured stuff
Koha: Revision 3
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: }

^ /etc/apt/sources.list

.pre
deb http://ftp.indexdata.dk/debian indexdata/etch released
.pre

^ install packages

.pre
apt-get install libdbi-perl libdbd-mysql-perl libdate-manip-perl libhtml-template-perl libmail-sendmail-perl libmarc-record-perl libxml-sax-perl libclass-accessor-perl libdate-calc-perl libxml-simple-perl
apt-get install libyaz-dev yaz-doc
apt-get install unzip make lynx wget ncftp ftp less gnupg ntpdate gcc
apt-get install git-core
.pre

^ checkout source

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


.pre