chiark / gitweb /
Finish off Mac support in scripts/setup.
[disorder] / README.mac
index a9a500cf9af66af97555b335c51edd63a706e622..478954d14c958159d7fdf9783da5b91918597b4d 100644 (file)
@@ -1,28 +1,16 @@
 DisOrder on OS X
 ================
 
-The server builds on OS X.  It is not well tested in this environment.
-Please report successes and failures!
-
-
-Things you will need to do:
-
-* Create the jukebox user and group
-
-You might find this URL helpful:
+The server builds on OS X, using Fink to supply many of its
+dependencies.  It is not well tested in this environment.
 
-http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/additionalfeatures/chapter_10_section_9.html
+After installation you can use scripts/setup to install the server
+(creating a 'jukebox' user, etc).
 
-* Install the plist
+  ./configure
+  make
+  sudo make install
+  sudo scripts/setup
+  sudo disorder setup-guest [--no-online-registration]
 
-Copy server/uk.org.greenend.rjk.disorder.plist into
-/Library/LaunchDaemons.  Having done this reload the contents:
-
-    sudo launchctl load /Library/LaunchDaemons
-
-Note that the RunAtLoad key has been deliberately commented out, if
-you want to start the server at boot time you must edit this first.
-
-* Start the server
-
-     sudo launchctl start uk.org.greenend.rjk.disorder
+Please report successes and failures!