Mac に GitBucket をインストールした.

brew でインストールした(所用 20分).

$ brew update
Error: /usr/local must be writable!

と怒られた.

$ sudo chown -R $(whoami) /usr/local
$ brew update
$ sudo chown root:wheel /usr/local
$ brew servoces start gotbiclet

http://localhost:8080

にアクセスすると,正しく起動していた.

初期アカウントは ユーザー名:root パスワード:root

ログイン後, Your profile よりパスワード変更した後, System administration より New user で一般権限のユーザを作成した.