72750b5faad1a5706c089aea4ecb08d483acbb80
[packages/precise/mcollective.git] / ext / osx / README
1 This script will automatically build Mac packages based on your source
2 tarball.  The only argument is the path to the untarred source directory.
3
4 It automatically determines the MCollective version so it will only work
5 with 0.4.9 and forward.  It loads mcollective in ruby so it requires
6 that the stomp rubygem be installed.
7
8 I could just grep the mcollective.rb script but I wanted it to be future proof.
9 It also requires XCode be installed to have PackageMaker available.  It sets
10 the server.cfg file daemonize setting to 0 since my launchd plist will handle
11 that.  I also have launchd set to restart mcollectived if it stops running.
12
13 Let me know if you run in to trouble with it.
14
15 Carl Caum - carl _at_ carlcaum.com