Added a step to enable apache2 rewrite module
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 7 Nov 2007 18:12:19 +0000 (12:12 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 8 Nov 2007 23:11:09 +0000 (17:11 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
README.txt

index b6bc8d5..6c8e0a0 100644 (file)
@@ -42,9 +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/apache2 reload
-6. zebrasrv -c /usr/share/koha/etc/koha-conf.xml
-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