diff --git a/README.md b/README.md index 46f1a83..9a60ad0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ 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 +On OS X, copy the `gitbucket.plist` file to `~/Library/LaunchAgents/` + +Run the following commands in `Terminal` to + +- start gitbucket: `launchctl load ~/Library/LaunchAgents/gitbucket.plist` +- stop gitbucket: `launchctl unload ~/Library/LaunchAgents/gitbucket.plist` + Release Notes -------- ### 1.8 - 30 Nov 2013 diff --git a/gitbucket.plist b/gitbucket.plist new file mode 100644 index 0000000..827c15a --- /dev/null +++ b/gitbucket.plist @@ -0,0 +1,20 @@ + + + + + Label + gitbucket + ProgramArguments + + /usr/bin/java + -Dmail.smtp.starttls.enable=true + -jar + gitbucket.war + --host=127.0.0.1 + --port=8080 + --https=true + + RunAtLoad + + +