X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=INSTALL.debian;h=0df007c78df0c552bb8e005e2aa1c0e3043908fc;hb=6991bae259221dcee036cc57444740669d3afa78;hp=f0dac4dbce996b21c08e634e68e517d63f5a619f;hpb=3713e5f955446081ba6cfc9eb4e6614c405b70b4;p=koha.git diff --git a/INSTALL.debian b/INSTALL.debian index f0dac4dbce..0df007c78d 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -31,7 +31,7 @@ Edit your /etc/apt/sources.list file and add the following: The Index Data packages are signed with a key you can install as follows: - $ wget -O- http://ftp.indexdata.dk/debian/indexdata.asc | sudo apt-key add + $ wget -O- http://ftp.indexdata.dk/debian/indexdata.asc | sudo apt-key add - Finally, update your apt sources: $ sudo apt-get update @@ -186,7 +186,7 @@ Add the following lines to /etc/apache2/ports.conf: Run the following commands: - $ sudo a2enmod rewrite + $ sudo a2enmod rewrite deflate $ sudo a2ensite koha $ sudo apache2ctl restart @@ -319,14 +319,35 @@ Authority data in MARC21 format 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: