X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e6a35d1c2786c91fb64ac2bbe71bdf7662687007..9bce81d175de1bc9aa90a4fbf24e3121ea294fa6:/README diff --git a/README b/README index 5f1c632..267025d 100644 --- a/README +++ b/README @@ -8,12 +8,13 @@ DisOrder is a multi-user software jukebox. * It supports both ALSA and OSS and can also broadcast an RTP stream over a LAN; a player for the latter is included. * Tracks may be selected either via a hierarchical interface or by a fast - word search. + word or tag search. * It has a web interface (allowing access from graphical web browsers) and a GTK+ interface that runs on Linux and Mac systems. * Playing tracks can be paused or cancelled ("scratched"). -See CHANGES for details of recent changes to DisOrder. +See CHANGES for details of recent changes to DisOrder and README.upgrades for +upgrade instructions. The server supports Linux and can be made to work on a Mac (see README.mac). The clients work on both Linux and the Mac. It could probably be ported to @@ -71,10 +72,11 @@ Installation "This place'd be a paradise tomorrow, if every department had a supervisor with a machine-gun" -NOTE: If you are upgrading from an earlier version, see README.upgrades. +IMPORTANT: If you are upgrading from an earlier version, see README.upgrades. -On a Debian system, if you install from .deb files then you should be able to -skip steps 1 to 6 and configure it via debconf. This is strongly recommended! +On a Debian or Ubuntu system, if you install from .deb files then you should be +able to skip steps 1 to 6 and configure it via debconf. This is strongly +recommended! 1. Build the software. Do something like this: @@ -164,7 +166,7 @@ skip steps 1 to 6 and configure it via debconf. This is strongly recommended! disorder authorize USERNAME This will automatically choose a random password and create - /etc/disorder/config.USERNAME. + ~USERNAME/.disorder/passwd. Those users should now be able to access the server from the same host as it runs on, either via the disorder command or Disobedience. To run @@ -225,7 +227,7 @@ You need to configure a number of things to make this work: 4. Install disorder.cgi in an appropriate location. Remember to make it executable. Example: - install -m 755 clients/disorder.cgi /usr/lib/cgi-bin/disorder + install -m 755 server/disorder.cgi /usr/lib/cgi-bin/disorder 5. Try it out. You should be able to perform read-only operations straight away, and after visiting the 'Login' page to authenticate, perform other @@ -257,7 +259,7 @@ Copyright "Nothing but another drug, a licence that you buy and sell" DisOrder - select and play digital audio files -Copyright (C) 2003-2007 Richard Kettlewell +Copyright (C) 2003-2008 Richard Kettlewell Portions copyright (C) 2007 Ross Younger Portions copyright (C) 2007 Mark Wooding Portions extracted from MPG321, http://mpg321.sourceforge.net/