From c907d0d478120d9aea1542665ce764f00cce24ed Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 15 Jun 2008 12:17:08 +0100 Subject: [PATCH] Update READMEs for correct CGI URL. Organization: Straylight/Edgeware From: Richard Kettlewell --- README | 10 +++++++--- debian/README.Debian | 13 +++++++++---- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README b/README index a6f6963..6885cd9 100644 --- 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 diff --git a/debian/README.Debian b/debian/README.Debian index a670319..e7bf6f7 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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 , 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 , Sun, 15 Jun 2008 12:15:50 +0100 -- [mdw]