bug 6031: play with options passed on to rebuild-zebra.pl
[koha.git] / INSTALL.opensuse
index 55b858d..2ffb2fc 100644 (file)
@@ -6,7 +6,7 @@ No liability for the contents of this document can be accepted.
 
 Feedback/bug reports: Koha Developer's List: 
 
-http://lists.koha.org/mailman/listinfo/koha-devel
+http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
 
 This document last modified: 02 December 2008
 
@@ -487,7 +487,7 @@ Install some packages that are needed to install Koha:
 ==== Download Koha ====
 
 |--------------------
-# wget http://download.koha.org/koha-3.00.00.tar.gz
+# wget http://download.koha-community.org/koha-3.00.00.tar.gz
 |--------------------
 
 [FIXME: Check what will be the exact URL of the .tar.gz file for Koha 3]
@@ -2753,13 +2753,13 @@ Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not i
 
 
 
-== Enable the mod_rewrite Apache module ==
+== Enable the mod_rewrite and mod_deflate Apache modules ==
 
-OK... It seems that we need to enable the mod_rewrite Apache module:
+OK... It seems that we need to enable the mod_rewrite and the mod_deflate Apache module:
 |--------------------
-myhost:/etc/sysconfig # a2enmod rewrite
+myhost:/etc/sysconfig # a2enmod rewrite deflate
 |--------------------
-[If the above command seems NOT to work, for some reason, do this - edit /etc/sysconfig/apache2 and add the word "rewrite" (without the quotes) at the end of the APACHE_MODULES line, right before the right quote]
+[If the above command seems NOT to work, for some reason, do this - edit /etc/sysconfig/apache2 and add the words "rewrite" -and "deflate"- (without the quotes) at the end of the APACHE_MODULES line, right before the right quote]
 |--------------------
 myhost:/etc/sysconfig # service apache2 restart
 Syntax OK