Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marc Chantreux 4bcc1223aa add a kinda config file for Makefile.PL 16 years ago
..
README.fr.install_koha_on_fresh_debian add script to install koha on a fresh debian. 16 years ago
README.install_koha_on_fresh_debian add script to install koha on a fresh debian. 16 years ago
UpgradeBackup.pm install: tweaked 'make update' 16 years ago
debian.packages Add a new Debian package and GoogleJacket on OPAC detail page 16 years ago
environment_Makefile.PL add a kinda config file for Makefile.PL 16 years ago
install_koha_on_fresh_debian add script to install koha on a fresh debian. 16 years ago

README.install_koha_on_fresh_debian

if you
- just installed a fresh debian etch
- want to install koha
- don't want to strugle with apt configuration, weird dependancies conflit,
and cpan install modules
this script does it for you

note:
french doc. is more detailled for the moment (i apologize).

warning:
Even if etch is always prefered, this script installs some lenny packages.
If you don't want to mix distribs for any reason, please don't use this script.

required:
locales have to be allready configured configured

recommends:

.
/!\ koha needs a local MTA. By default, courier-mta will be installed.
I recommend postfix but i won't decide for you (the choice of the MTA
relies on too many parameters).

if you want to know the alternatives, type
aptitude search '~Dprovides:mail-transport-agent'

go:
- edit the first lines of the script to set some environement variables
(you can also use export to set variables out of the script)
- from the shell, type
sh install_koha_from_on_fesh_etch [install flags]