adding upgrade instructions to INSTALL and INSTALL.debain
authorJoshua Ferraro <jmf@liblime.com>
Thu, 21 Feb 2008 03:45:29 +0000 (22:45 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 21 Feb 2008 20:04:47 +0000 (14:04 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

INSTALL
INSTALL.debian

diff --git a/INSTALL b/INSTALL
index 6605d1b..2233c68 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -62,6 +62,16 @@ For full instructions on how to override the default settings, run
 $ perldoc rewrite-config.PL
 
 
+UPGRADE
+=======
+If you are upgrading from a previous installation of Koha 3, you can
+use the following:
+
+ perl Makefile.PL --prev-install-log /path/to/koha-install-log
+ make
+ make test
+ sudo make upgrade
+
 IF YOU HAVE PROBLEMS
 ====================
 
index 17d740b..9bbbb4e 100644 (file)
@@ -333,6 +333,16 @@ Koha's command-line scripts are installed, e.g., /usr/share/koha/bin.
     To enable the SRU servers, you'll need to edit your koha-conf.xml and change the
     <listen> options to listen on a TCP port; then restart the zebra daemon.
 
+UPGRADE
+=======
+If you are upgrading from a previous installation of Koha 3, you can
+use the following:
+
+ perl Makefile.PL --prev-install-log /path/to/koha-install-log
+ make
+ make test
+ sudo make upgrade
+
 Uninstall Instructions
 =============================
 1) Stop Services: