chiark / gitweb /
build fix
[disorder] / README.mac
1 DisOrder on OS X
2 ================
3
4 The server builds on OS X.  It is not well tested in this environment.
5 Please report successes and failures!
6
7
8 Things you will need to do:
9
10 configure with --with-server.
11
12 Make sure that ~jukebox/Library/Logs/CrashReporter/ (or whatever)
13 exists and is writable by the jukebox user.
14
15      mkdir -p ~jukebox/Library/Logs/CrashReporter
16      chown -R jukebox:jukebox ~jukebox/Library
17
18 Install server/uk.org.greenend.rjk.disorder.plist into
19 /Library/LaunchDaemons.  Having done this reload the contents:
20
21     sudo launchctl load /Library/LaunchDaemons
22
23 Note that the RunAtLoad key has been deliberately commented out, if
24 you want to start the server at boot time you must edit this.  Given
25 that at the time of writing this risks causing boot-time kernel
26 panics, only do this if you are feeling brave.
27
28 To start the server:
29
30      sudo launchctl start uk.org.greenend.rjk.disorder