Implementing TMPL_ELSIF; NOTICE: REQUIRES Template::Pro 0.69
[koha_fer] / INSTALL.debian
index 1e7caab..92e6ef5 100644 (file)
@@ -138,7 +138,7 @@ When the configuration is completed CPAN will install the Perl modules.
 
     Create the database and user with associated privileges:
 
-    $ mysqladmin -uroot -p<password> create database <kohadatabasename>
+    $ mysqladmin -uroot -p<password> create <kohadatabasename>
     $ mysql -uroot -p<password>
     
     Welcome to the MySQL monitor.  Commands end with ; or \g.
@@ -213,7 +213,12 @@ Next install DBD::mysql:
     cpan> install DBD::mysql
 
     cpan> o conf makepl_arg ''
-    (clear this setting to not interface with future CPAN installs).
+
+    OR 
+
+    cpan> o conf makepl_arg '<old setting>'
+
+    (restore this setting so as to not interfere with future CPAN installs).
 
 
 Finally, remove the test database:
@@ -328,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: