chiark / gitweb /
Correct user management window widget lifetime
[disorder] / README.client
1 Setting up a standalone DisOrder client
2 =======================================
3
4 It is possible to control the DisOrder server over the network if the server
5 has a 'listen PORT' directive in its configuration file.
6
7 There 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
32 Alternatively, skip steps 2-4 and use Disobedience's login dialog.
33
34
35 Local Variables:
36 mode:text
37 fill-column:79
38 End: