From 790028504a430669f96070091de14948fbf6f2a1 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Wed, 7 Nov 2007 12:12:19 -0600 Subject: [PATCH] Added a step to enable apache2 rewrite module Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index b6bc8d5c08..6c8e0a0f9c 100644 --- a/README.txt +++ b/README.txt @@ -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 -- 2.39.5