Updated INSTALL.debian
authorDavid Bavousett <jdb@arwen.metavore.com>
Thu, 18 Sep 2008 16:43:46 +0000 (11:43 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Sat, 4 Apr 2009 00:27:42 +0000 (19:27 -0500)
Modified INSTALL.debian to update install and web
configuration instructions.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
INSTALL.debian

index d182c1a..139a2f3 100644 (file)
@@ -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: