corrected init script name for apache2

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
root 2007-11-05 12:17:05 -06:00 committed by Joshua Ferraro
parent 89ab0becc9
commit 85684e1351

View file

@ -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