X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=INSTALL.ubuntu;h=b9f6d1b34040ccacd41b39854bf66e91d2e55c2c;hb=1c8df08aea5eb173d7216cdfc9895fdd601a5f11;hp=23214ae98e883783b9729fc0481943954ccff350;hpb=ce037a96eb173e300a564ca96415d8c8bbe304b9;p=koha.git diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 23214ae98e..b9f6d1b340 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -90,9 +90,7 @@ sources Run the following command: - $ sudo cpan MARC::Crosswalk::DublinCore GD GD::Barcode::UPCE Email::Date \ - HTML::Scrubber Algorithm::CheckDigits::M43_001 Biblio::EndnoteStyle \ - Locale::Currency::Format + $ sudo cpan GD GD::Barcode::UPCE Algorithm::CheckDigits::M43_001 Note: you may need to run CPAN initialization if you've not run cpan before: @@ -368,15 +366,36 @@ 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.6.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 or later no longer stores items in biblio records so +if you are upgrading from an older version 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: