Grab my home brew branch on the mini
brew install hudson
cp /usr/local/Cellar/hudson/1.389/org.hudson-ci.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.hudson-ci.plist
the-mini:~ $ cp /usr/local/Cellar/hudson/1.389/org.hudson-ci.plist ~/Library/LaunchAgents
the-mini:~ $ launchctl load -w ~/Library/LaunchAgents/org.hudson-ci.plist
the-mini:~ $ brew install hudson
==> Downloading http://hudson-ci.org/download/war/1.389/hudson.war
######################################################################## 100.0%
==> Caveats
If this is your first install, automatically load on login with:
cp /usr/local/Cellar/hudson/1.386/org.hudson-ci.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.hudson-ci.plist
If this is an upgrade and you already have the org.hudson-ci.plist loaded:
launchctl unload -w ~/Library/LaunchAgents/org.hudson-ci.plist
cp /usr/local/Cellar/hudson/1.386/org.mongodb.mongod.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.hudson-ci.plist
Or start it manually:
java -jar /usr/local/Cellar/hudson/1.389/lib/hudson.war
==> Summary
/usr/local/Cellar/hudson/1.386: 2 files, 29M, built in 2 seconds
the-mini:~ $ cd /usr/local/
the-mini:local (master) $ git remote -v
the-mini:local (master) $ git pull https://github.com/timshadel/homebrew.git
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (5/5), done.
From https://github.com/timshadel/homebrew
* branch HEAD -> FETCH_HEAD
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 93a789e5d8dff08b14c758b8466f4a80c7fcd17e.