Skip to content

Instantly share code, notes, and snippets.

@timshadel
Created December 26, 2010 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timshadel/755199 to your computer and use it in GitHub Desktop.
Save timshadel/755199 to your computer and use it in GitHub Desktop.
Grab my home brew branch on the mini
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.
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:~ $ cp /usr/local/Cellar/hudson/1.389/org.hudson-ci.plist ~/Library/LaunchAgents
the-mini:~ $ launchctl load -w ~/Library/LaunchAgents/org.hudson-ci.plist
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment