chiark / gitweb /
Update READMEs for correct CGI URL.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:17:08 +0000 (12:17 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:17:08 +0000 (12:17 +0100)
README
debian/README.Debian

diff --git a/README b/README
index a6f6963d7805db327bcc263dc55ae2f03a451fe9..6885cd90aabfc7ac24bc0bebaea8c849c306499a 100644 (file)
--- a/README
+++ b/README
@@ -229,9 +229,13 @@ You need to configure a number of things to make this work:
 
      disorder setup-guest --no-online-registration
 
-3. Try it out.  You should be able to perform read-only operations straight
-   away, and after visiting the 'Login' page to authenticate, perform other
-   operations like adding a track to the queue.
+3. Try it out.  The url will be (something like):
+
+     http://localhost/cgi-bin/disorder
+
+   You should be able to perform read-only operations straight away, and after
+   visiting the 'Login' page to authenticate, perform other operations like
+   adding a track to the queue.
 
 4. If you run into problems, always look at the appropriate error log; the
    message you see in your web browser will usually not be sufficient to
index a670319475af4e8f9f7680f667780ada49153dc8..e7bf6f7b83007c1b1f1b11ba23e4c920fdff5f72 100644 (file)
@@ -1,8 +1,13 @@
 Debian package for DisOrder
 ===========================
 
-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.
+The web interface should now start working automatically.  Test it at:
 
- -- Richard Kettlewell <rjk@greenend.org.uk>, Sat, 29 Mar 2008 16:20:20 +0000
+    http://YOURHOSTNAME/cgi-bin/disorder
+
+You will need to create yourself a user.
+
+If it doesn't work, always look at the web server error log and at
+/var/log/daemon.log.
+
+ -- Richard Kettlewell <rjk@greenend.org.uk>, Sun, 15 Jun 2008 12:15:50 +0100