chiark / gitweb /
unicode.c iterators can now have their notion of Word_Break tailored.
[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
9
101. Configure the software with --without-server (and, optionally,
11--without-python) and build and install it. Set up a stub config in
12/etc/disorder/config (or /usr/local/etc/disorder/config if you didn't
13set a nondefault --prefix) with the following contents:
14
15 connect jukebox PORT
16
17where PORT is the same as 'listen PORT' on the server.
18
19
202. Copy the password file for each user to /etc/disorder/config.USER,
21the contents being:
22
23 password PASSWORD
24
25Alternatvely, each user can use ~/.disorder/passwd, with the same contents. If
26the DisOrder username differs from the local username then use a 'username'
27directive.
28
29
303. Test by issuing 'disorder playing'.
31
32
334. Run 'disobedience' for the GUI client.
34
35
36The web interface could in principle be made to work on a separate
37machine from the main server, though it is unlikely to be efficient
38and at the moment it is built whenever the server is, so you will have
39to unpick them a bit yourself if you wish to do this.
40
41
42Local Variables:
43mode:text
44fill-column:79
45End: