X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=INSTALL.ubuntu.lucid;h=562dafd01c305c79fb19fbc701c338b5ed0eac3c;hb=refs%2Fheads%2Fffzg-391-inventarna_knjiga;hp=0ee096ed244a0b25f7b6be893723c3a5a2602bad;hpb=e979344ea9db2ea91e9aa905bdcea527ac9fe2f2;p=koha.git diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index 0ee096ed24..562dafd01c 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -45,7 +45,7 @@ IMPORTANT: You _MUST_ follow all the steps outlined there for 1.3.1 Option A: Download Koha via Git (optional) $ sudo apt-get install git-core git-email - $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone + $ git clone git://git.koha-community.org/koha.git kohaclone $ cd kohaclone $ git checkout -b myinstall origin @@ -191,7 +191,7 @@ named virtual hosts.), comment out the following line: Run the following commands: - $ sudo a2enmod rewrite + $ sudo a2enmod rewrite deflate $ sudo a2ensite koha $ sudo apache2ctl restart @@ -302,14 +302,30 @@ 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 - perl Makefile.PL --prev-install-log /path/to/koha-install-log - make - make test - sudo make upgrade + +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 + +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 =============================