chiark / gitweb /
Translate preferences page to the new order.
[disorder] / README.client
CommitLineData
460b9539 1Setting up a standalone DisOrder client
2=======================================
3
4f845fb4
RK
4It is possible to control the DisOrder server over the network if the server
5has a 'listen PORT' directive in its configuration file.
460b9539 6
7There is currently no standard DisOrder port number.
8
91d9a42d 9 1. Configure the software with --without-server (and, optionally,
10 --without-python) and build and install it.
460b9539 11
91d9a42d 12 2. Set up a stub config in /etc/disorder/config (or
13 /usr/local/etc/disorder/config if you didn't set a nondefault --prefix)
14 with the following contents:
460b9539 15
91d9a42d 16 connect jukebox PORT
460b9539 17
91d9a42d 18 where PORT is the same as 'listen PORT' on the server.
460b9539 19
90ad6c6e 20 3. Copy the password file for each user to ~USERNAME/.disorder/passwd, the
91d9a42d 21 contents being:
460b9539 22
91d9a42d 23 password PASSWORD
460b9539 24
91d9a42d 25 If the DisOrder username differs from the local username then use a
26 'username' directive.
460b9539 27
91d9a42d 28 4. Test by issuing 'disorder playing'.
460b9539 29
91d9a42d 30 5. Run 'disobedience' for the GUI client.
460b9539 31
91d9a42d 32Alternatively, skip steps 2-4 and use Disobedience's login dialog.
460b9539 33
34
35Local Variables:
36mode:text
37fill-column:79
38End: