#1546 REPLACE statements (continued)
[koha_gimpoz] / README.txt
index b03a68c..6c8e0a0 100644 (file)
@@ -42,11 +42,10 @@ Default installation instructions:
 2. make
 3. sudo make install
 4. ln -s /usr/share/koha/etc/koha-httpd.conf /etc/apache2/sites-available/koha
-5. a2ensite koha && /etc/init.d/apache reload
-6. zebrasrv -c /usr/share/koha/etc/koha-conf.xml
-(Once Koha is working, you should set this zebra as a service run on
-startup.)
-7. Browse to http://servername:8080/ and answer the questions
+5. a2enmod enable rewrite
+6. a2ensite koha && /etc/init.d/apache2 reload
+7. zebrasrv -c /usr/share/koha/etc/koha-conf.xml
+8. Browse to http://servername:8080/ and answer the questions
 
 OR if you want to install all dependencies from CPAN and are root, you can
 replace steps 1-3 with "perl install-CPAN.pl" but this is non-standard and