fix "Add Tag" button in MARC framework editor
[koha.git] / install_misc / README.install_koha_on_fresh_debian
blobfc845cf5074803800a544f8e907c3651cec35464
1 if you
2 - just installed a fresh debian etch
3 - want to install koha
4 - don't want to strugle with apt configuration, weird dependancies conflit,
5   and cpan install modules
6 this script does it for you
8 note:
9     french doc. is more detailled for the moment (i apologize).
11 warning:
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.
15 required:
16         locales have to be allready configured configured
18 recommends:
20          .
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'
28 go:
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]
34                 flags are
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
39                     configured
41         - answer to the questions
43 it's ready to use ...
45 TODO:
46 - improve this documentation