Fix for Bug 7006, highlight patron changes in email
[koha.git] / install_misc / README.install_koha_on_fresh_debian
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
7
8 note:
9     french doc. is more detailled for the moment (i apologize).
10
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.
14
15 required:
16         locales have to be allready configured configured
17
18 recommends:
19
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).
24
25         if you want to know the alternatives, type
26         aptitude search '~Dprovides:mail-transport-agent'
27
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]
33
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
40
41         - answer to the questions
42
43 it's ready to use ...
44
45 TODO:
46 - improve this documentation
47
48
49