Created
December 26, 2010 03:41
-
-
Save timshadel/755199 to your computer and use it in GitHub Desktop.
Grab my home brew branch on the mini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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