X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL;h=339f66712d94edc5dea8526df7ba65667c05c0ea;hb=744a487b602c17685fbf91bc67b43beff44cef72;hp=e2dd28dd6b26d9030e58a0aeba6465a8a35cb453;hpb=1e98195b1014f9b0680be9d6ea9e8e8132821158;p=koha_gimpoz diff --git a/INSTALL b/INSTALL index e2dd28dd6b..339f66712d 100644 --- a/INSTALL +++ b/INSTALL @@ -65,11 +65,30 @@ If you are upgrading from a previous installation of Koha 3.x, you can use the following: ./koha_perl_deps.pl -u -m # to identify new Perl dependencies + +Install any missing modules +IMPORTANT: Koha 3.4.x uses Template::Toolkit, this must be installed +before the webinstaller can run + +On debian/ubuntu + sudo apt-get install libtemplate-perl + +Other Linux/Unix platforms +Use the packaged version or install from CPAN + cpan Template + perl Makefile.PL --prev-install-log /path/to/koha-install-log make make test sudo make upgrade +Koha 3.4.x no longer stores items in biblio records so as part of the +upgrade you will need to do the following two steps, they can take a +long time (several hours) to complete for large databases + + misc/maintenance/remove_items_from_biblioitems.pl --run + misc/migration_tools/rebuild_zebra.pl -b -r + WHAT NEXT? 1. Running the Web Installer allows you to install sample data for libraries, patrons, etc.