scripts/setup now waits until the server has started up before
[disorder] / README.mac
1 DisOrder on OS X
2 ================
3
4 The server builds on OS X, using Fink to supply many of its
5 dependencies. It is not well tested in this environment.
6
7 After installation you can use scripts/setup to install the server
8 (creating a 'jukebox' user, etc).
9
10 ./configure
11 make
12 sudo make install
13 sudo scripts/setup
14 sudo disorder setup-guest [--no-online-registration]
15
16 Please report successes and failures!