From: David Bavousett Date: Thu, 18 Sep 2008 16:43:46 +0000 (-0500) Subject: Updated INSTALL.debian X-Git-Tag: v3.00.02-stable~219 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=6d4281e7e536f4d4bc7b283ff970929ae426f642;p=koha.git Updated INSTALL.debian Modified INSTALL.debian to update install and web configuration instructions. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- 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: