new inventory number confirmation
[koha.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 9498fc5..c4e51bc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ more about the Koha project at http://koha-community.org.
 INSTALLATION
 ============
 
 INSTALLATION
 ============
 
-You need to have a server running Perl 5.8.8 or later, MySQL 5, Zebra
+You need to have a server running Perl 5.10 or later, MySQL 5, Zebra
 2.0.22 or greater and a webserver (preferably Apache2) before installing
 Koha.
 
 2.0.22 or greater and a webserver (preferably Apache2) before installing
 Koha.
 
@@ -36,7 +36,7 @@ Default installation instructions:
 5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha
   (note that the path to koha-httpd.conf may be different depending on your
   installation choices)
 5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha
   (note that the path to koha-httpd.conf may be different depending on your
   installation choices)
-6. sudo a2enmod rewrite
+6. sudo a2enmod rewrite deflate
 7. sudo a2ensite koha && /etc/init.d/apache2 reload
 8. sudo zebrasrv -f /etc/koha/koha-conf.xml
   (note that you will want to run Zebra in daemon mode for a production
 7. sudo a2ensite koha && /etc/init.d/apache2 reload
 8. sudo zebrasrv -f /etc/koha/koha-conf.xml
   (note that you will want to run Zebra in daemon mode for a production
@@ -61,15 +61,41 @@ $ perldoc rewrite-config.PL
 
 UPGRADE
 =======
 
 UPGRADE
 =======
+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
 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.0 and greater 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
 
  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.
+If you are upgrading from an older version ou 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.
 WHAT NEXT?
 
 1. Running the Web Installer allows you to install sample data for libraries, patrons, etc.
@@ -118,7 +144,7 @@ http://dir.gmane.org/gmane.education.libraries.koha.devel
 IF THIS IS A RELEASED VERSION: please see the support pages at
 http://www.koha-community.org/
 
 IF THIS IS A RELEASED VERSION: please see the support pages at
 http://www.koha-community.org/
 
-Released versions usually have three-digit numbers, like 3.02.00,
+Released versions usually have three-digit numbers, like 3.06.00,
 while other version number styles are usually snapshots or previews.
 
 
 while other version number styles are usually snapshots or previews.