X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5b14453f9fc5ae923c613e2154ede85637462469..db86b8ed9c69525f740024d0a11308716148eec0:/README diff --git a/README b/README index 1c5edde..f0f67ea 100644 --- a/README +++ b/README @@ -41,23 +41,9 @@ Build dependencies: "Tested" means I've built against that version; earlier or later versions will often work too. -Runtime dependencies: - * Web server: - + Apache 1.3.x works for me, but anything that supports CGI and - authentication should be suitable. - * Separate player programs are no longer required (but may still be used) - -Development dependencies (only developers will need these): - Automake 1.10 AM_PATH_PYTHON not good enough in 1.7 - Autoconf 2.61 - Libtool 1.5.22 1.4 not good enough - Bazaar (bzr) - -On Debian you might ensure you have the required packages as follows: - apt-get install gcc libc-dev automake autoconf libtool libgtk2.0-dev \ - libgc-dev libgcrypt-dev libpcre3-dev libvorbis-dev \ - libao-dev libmad0-dev libasound2-dev libdb4.3-dev \ - libflac-dev +For the web interface to work you will additionally need a web server. I've +had both Apache 1.3.x and 2.x working. Anything that supports CGI should be +OK. Mailing lists: http://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-discuss @@ -65,6 +51,8 @@ Mailing lists: http://www.chiark.greenend.org.uk/mailman/listinfo/sgo-software-announce - announcements of new versions of DisOrder +Developers should read README.developers. + Installation ============ @@ -204,6 +192,8 @@ You need to configure a number of things to make this work: smtp_server mail.example.com + Use 'disorder reconfigure' to make sure the server knows these settings. + 2. The web interface depends on a 'guest' user existing. You can create this with the following command: @@ -227,7 +217,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