X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.ubuntu;h=815a4e682a1ce3a6d562b542776eada0b0d5cb80;hb=4710fae55b0d98a7b84eeb4e41020e8e579c8023;hp=58220caa099dbc1f2be9a5eb73c01812ac134731;hpb=8902ee5684719b7b7ff936272dcbb96dd558b411;p=koha_gimpoz diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 58220caa09..815a4e682a 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -257,7 +257,7 @@ If not running named virtual hosts (The default koha installation does not use n Run the following commands: - $ sudo a2enmod rewrite + $ sudo a2enmod rewrite deflate $ sudo a2ensite koha $ sudo apache2ctl restart @@ -368,15 +368,35 @@ NOTE: This job should be setup under the kohauser (the default is 'koha'). UPGRADE ======= -If you are upgrading from a previous installation of Koha 3, you can +If you are running in another language other than english, please +switch to english before doing the upgrade, the templating system has +changed and the templates will need to be regenerated. +Once you have upgraded, please regenerate your templates in your +chosen languages. + +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 + + sudo apt-get install libtemplate-perl + 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 + Uninstall Instructions ============================= 1) Stop Services: