From: Richard Kettlewell Date: Sun, 15 Jun 2008 11:17:08 +0000 (+0100) Subject: Update READMEs for correct CGI URL. X-Git-Tag: 4.0.1~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/c907d0d478120d9aea1542665ce764f00cce24ed Update READMEs for correct CGI URL. --- 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