From 71bd421f4bbbd11790251f4ea01185e36760bbdf Mon Sep 17 00:00:00 2001 From: David Bavousett Date: Thu, 18 Sep 2008 11:43:46 -0500 Subject: [PATCH] Updated INSTALL.debian Modified INSTALL.debian to update install and web configuration instructions. Signed-off-by: Galen Charlton --- INSTALL.debian | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL.debian b/INSTALL.debian index d182c1a719..139a2f371a 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -269,7 +269,7 @@ Finally, remove the test database: ( answer questions ) $ make $ make test - $ sudo make install + $ sudo make install #If doing a -dev install, skip the sudo! 4. Configure and start Apache $ sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha @@ -279,7 +279,11 @@ Finally, remove the test database: Add the following lines to /etc/apache2/ports.conf: Listen 80 - Listen 8080 + Listen 8080 + +(Note: It may be productive to use different DNS entries and NamedVirtualHosts +directives in Apache to separate the staff and OPAC clients, to eliminate a +cross-client authentication nuisance, but it will work fine like this.) Run the following commands: -- 2.39.2