From 85684e1351d57137f6794f192bacd3822dbb8a20 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Nov 2007 12:17:05 -0600 Subject: [PATCH] corrected init script name for apache2 Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 7fe2c20ecd..b6bc8d5c08 100644 --- a/README.txt +++ b/README.txt @@ -42,7 +42,7 @@ 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 +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 -- 2.39.5