Koha/installer
Galen Charlton ecc779fa50 refactor web installer code to created C4::Installer
Created a new module, C4::Installer, which embodies
most of the code from installer/install.pl that handles
identifying and loading SQL scripts and setting the
Version, marcflavour, FrameworksLoad, and NoZebra
system preferences.

With C4::Installer, it is now easier to automate
initializing and populating a Koha database.  This will
help allow the test suite to set up a test database
in order to run DB-dependent tests, as well as write
a command-line installer which may be of use to hosts
that need to support multiple Koha databases.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-21 11:26:23 -05:00
..
data Update yuipath syspref 2008-04-21 11:17:33 -05:00
externalmodules.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00
install.pl refactor web installer code to created C4::Installer 2008-04-21 11:26:23 -05:00
InstallAuth.pm completed use of YAML by InstallAuth 2008-02-21 10:28:39 -06:00