LoginSignup
0
0

More than 5 years have passed since last update.

GitBucketのアップデート

Last updated at Posted at 2016-03-08

Macで使用していたGitBucketをアップデートした
portを適当に8080にしていたのでついでに修正

現時点の情報を確認

Home-brewでインストールしたので

brew info gitbucket

一応プロセスも確認しておく

ps aux | grep gitbucket

GitBucketの停止

launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.gitbucket.plist

新しいバージョンをダウンロードして配置

ダウンロード
https://github.com/gitbucket/gitbucket/releases

配置

mv ~/Downloads/gitbucket.war /usr/local/opt/gitbucket/libexec/gitbucket.war 

portの修正

使ってるportの確認

lsof -i | grep "LISTEN"

修正

vi /usr/local/opt/gitbucket/homebrew.mxcl.gitbucket.plist

GitBucketの起動

launchctl load ~/Library/LaunchAgents/homebrew.mxcl.gitbucket.plist

できた!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0