chiark / gitweb /
build fix
[disorder] / README.mac
CommitLineData
68122e5f
RK
1DisOrder on OS X
2================
3
4The server builds on OS X. However the kernel panics when I run it
5(kernel 8.10.1). Until Apple can provide a stable operating system,
6it is not recommended that you run the server on this platform.
7
8
9Things you will need to do:
10
655cae67
RK
11configure with --with-server.
12
68122e5f
RK
13Make sure that ~jukebox/Library/Logs/CrashReporter/ (or whatever)
14exists and is writable by the jukebox user.
15
16 mkdir -p ~jukebox/Library/Logs/CrashReporter
17 chown -R jukebox:jukebox ~jukebox/Library
18
19Install server/uk.org.greenend.rjk.disorder.plist into
20/Library/LaunchDaemons. Having done this reload the contents:
21
22 sudo launchctl load /Library/LaunchDaemons
23
24Note that the RunAtLoad key has been deliberately commented out, if
25you want to start the server at boot time you must edit this. Given
26that at the time of writing this risks causing boot-time kernel
27panics, only do this if you are feeling brave.
28
29To start the server:
30
31 sudo launchctl start uk.org.greenend.rjk.disorder