chiark / gitweb /
libtest now generates coverage report for lib/ not itself!
[disorder] / README.client
... / ...
CommitLineData
1Setting up a standalone DisOrder client
2=======================================
3
4It is possible to control the DisOrder server over the network if the server
5has a 'listen PORT' directive in its configuration file.
6
7There is currently no standard DisOrder port number.
8
9 1. Configure the software with --without-server (and, optionally,
10 --without-python) and build and install it.
11
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:
15
16 connect jukebox PORT
17
18 where PORT is the same as 'listen PORT' on the server.
19
20 3. Copy the password file for each user to ~USERNAME/.disorder/passwd, the
21 contents being:
22
23 password PASSWORD
24
25 If the DisOrder username differs from the local username then use a
26 'username' directive.
27
28 4. Test by issuing 'disorder playing'.
29
30 5. Run 'disobedience' for the GUI client.
31
32Alternatively, skip steps 2-4 and use Disobedience's login dialog.
33
34
35Local Variables:
36mode:text
37fill-column:79
38End: