chiark / gitweb /
Partial untested FreeBSD and Linux support for scripts/setup.
[disorder] / README.mac
CommitLineData
68122e5f
RK
1DisOrder on OS X
2================
3
91d9a42d 4The server builds on OS X, using Fink to supply many of its
5dependencies. It is not well tested in this environment. Please
6report successes and failures!
68122e5f 7
91370169
RK
8There is an EXPERIMENTAL script in scripts/setup which asks a few
9questions, sets up a basic installation and starts the server. To use
10it, after having done 'sudo make install', just do 'sudo
11scripts/setup' and follow the prompts.
12
13Its current main deficiences are:
14 - it uses the 'daemon' user/group instead of creating a 'jukebox'
15 identity.
16 - the launchd configuration does not have the server started at
17 boot time. You must start it manually. This may be changed in a
18 future version.