2 - just installed a fresh debian etch
4 - don't want to strugle with apt configuration, weird dependancies conflit,
5 and cpan install modules
6 this script does it for you
9 french doc. is more detailled for the moment (i apologize).
12 Even if etch is always prefered, this script installs some lenny packages.
13 If you don't want to mix distribs for any reason, please don't use this script.
16 locales have to be allready configured configured
21 /!\ koha needs a local MTA. By default, courier-mta will be installed.
22 I recommend postfix but i won't decide for you (the choice of the MTA
23 relies on too many parameters).
25 if you want to know the alternatives, type
26 aptitude search '~Dprovides:mail-transport-agent'
29 - edit the first lines of the script to set some environement variables
30 (you can also use export to set variables out of the script)
31 - from the shell, type
32 sh install_koha_from_on_fesh_etch [install flags]
35 t: install koha from release or beta tarballs (default is git)
36 b: install koha from beta tarballs (default is git)
37 c: debian is still configured. It means that you exactly know the
38 required sources and the script asumes that those sources are
41 - answer to the questions
46 - improve this documentation