chiark / gitweb /
Macroize submit buttons so we can mess with them more easily
[disorder] / debian / README.Debian
index 93b2c99f4d3745f9be58557a1fe814f1254526c2..a670319475af4e8f9f7680f667780ada49153dc8 100644 (file)
@@ -1,37 +1,8 @@
 Debian package for DisOrder
 ===========================
 
-To get the web interface working:
+The web interface should now start working automatically.  Test it at
+http://YOURHOSTNAME/cgi-bin/disorder/disorder If it doesn't work,
+always look at the web server error log.
 
-1) Make sure you /etc/apache/access.conf allows AuthConfig for
-   /usr/lib/cgi-bin.  For instance:
-
-    <Directory /usr/lib/cgi-bin>
-    AllowOverride AuthConfig
-    Options ExecCGI FollowSymLinks
-    </Directory>
-
-2) If you want to use digest authentication, make sure your Apache has
-   mod_auth_digest enabled and edit
-   /usr/lib/cgi-bin/disorder/.htaccess accordingly (it has been made a
-   conffile).
-
-3) Remember to reload apache if you've changed anything.
-
-4) Add users to /etc/disorder/http.users.  For instance:
-
-    # htpasswd -b /etc/disorder/http.users USERNAME PASSWORD
-
-   Or with digest authentication:
-
-    # htdigest /etc/disorder/http.users USER
-    Adding password for USER in realm jukebox.
-    New password:
-    Re-type new password:
-
-5) Test it at http://YOURHOSTNAME/cgi-bin/disorder/disorder
-
-   If it doesn't work, always look at the web server error log.
-
- -- Richard Kettlewell <rjk@greenend.org.uk>, Sun May 22 14:14:11 2005
-arch-tag:e325cf2983484c130b1ca1df78331fa6
+ -- Richard Kettlewell <rjk@greenend.org.uk>, Sat, 29 Mar 2008 16:20:20 +0000