chiark / gitweb /
Automatically rescan when a filesystem is mounted or unmounted.
[disorder] / README.client
index daa93852a1a6c5cc8513d67ad39a87ed151e9c06..04bdee7bddc8b0f1fd297b6259f3af8844831f14 100644 (file)
@@ -1,43 +1,35 @@
 Setting up a standalone DisOrder client
 =======================================
 
-Although DisOrder can still only play from a single computer, it is possible to
-control it over the network if the server has a 'listen PORT' directive in its
-configuration file.
+It is possible to control the DisOrder server over the network if the server
+has a 'listen PORT' directive in its configuration file.
 
 There is currently no standard DisOrder port number.
 
+ 1. Configure the software with --without-server (and, optionally,
+    --without-python) and build and install it.
 
-1. Configure the software with --without-server (and, optionally,
---without-python) and build and install it.  Set up a stub config in
-/etc/disorder/config (or /usr/local/etc/disorder/config if you didn't
-set a nondefault --prefix) with the following contents:
+ 2. Set up a stub config in /etc/disorder/config (or
+    /usr/local/etc/disorder/config if you didn't set a nondefault --prefix)
+    with the following contents:
 
-   connect jukebox PORT
+      connect jukebox PORT
 
-where PORT is the same as 'listen PORT' on the server.
+    where PORT is the same as 'listen PORT' on the server.
 
+ 3. Copy the password file for each user to ~USERNAME/.disorder/passwd, the
+    contents being:
 
-2. Copy the password file for each user to /etc/disorder/config.USER,
-the contents being:
+      password PASSWORD
 
-  password PASSWORD
+    If the DisOrder username differs from the local username then use a
+    'username' directive.
 
-Alternatvely, each user can use ~/.disorder/passwd, with the same contents.  If
-the DisOrder username differs from the local username then use a 'username'
-directive.
+ 4. Test by issuing 'disorder playing'.
 
+ 5. Run 'disobedience' for the GUI client.
 
-3. Test by issuing 'disorder playing'.
-
-
-4. Run 'disobedience' for the GUI client.
-
-
-The web interface could in principle be made to work on a separate
-machine from the main server, though it is unlikely to be efficient
-and at the moment it is built whenever the server is, so you will have
-to unpick them a bit yourself if you wish to do this.
+Alternatively, skip steps 2-4 and use Disobedience's login dialog.
 
 
 Local Variables: