diff --git a/README.md b/README.md index f47318c..f50c7d0 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,24 @@ For Installation on Windows Server with IIS see [this wiki page](https://github.com/takezoe/gitbucket/wiki/Installation-on-IIS-and-Helicontech-Zoo) ### Mac OS X +#### Installing Via Homebrew + + $ brew install gitbucket + ==> Downloading https://github.com/takezoe/gitbucket/releases/download/1.10/gitbucket.war + ######################################################################## 100.0% + ==> Caveats + Note: When using launchctl the port will be 8080. + + To have launchd start gitbucket at login: + ln -sfv /usr/local/opt/gitbucket/*.plist ~/Library/LaunchAgents + Then to load gitbucket now: + launchctl load ~/Library/LaunchAgents/homebrew.mxcl.gitbucket.plist + Or, if you don't want/need launchctl, you can just run: + java -jar /usr/local/opt/gitbucket/libexec/gitbucket.war + ==> Summary + /usr/local/Cellar/gitbucket/1.10: 3 files, 42M, built in 11 seconds + +#### Manual Installation On OS X, copy the [gitbucket.plist](https://raw.github.com/takezoe/gitbucket/master/contrib/macosx/gitbucket.plist) file to `~/Library/LaunchAgents/` Run the following commands in `Terminal` to