只今、ubuntu 18.04LTSを用いてgitlab-ceを導入しようとしています。
1.自分が行ったこと
端末から以下を入力しました。
$ sudo apt-get install curl openssh-server ca-certificates postfix
$ curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
$ cat /etc/apt/sources.list.d/gitlab_gitlab-ce.list
$ sudo apt-get install gitlab-ce
ここでgitlab.rbのexternal_urlを設定
external_url 'http://example.jp'
$ sudo gitlab-ctl reconfigure
2.エラー
以下のようなエラーが出てきました。
・アクセスしようとしているサイトを見つけられません。
またgitlab.rbのexternal_urlを設定をいかにすると動く。
external_url='GENERATED_EXTERNAL_URL'
なぜこのようになったのかがわかりません・・・
ご助力をいただけたら幸いです。
追記
gitlab-ctl status
上記を行なった際に以下のような警告がでました。
warning: alertmanager: unable to open supervise/ok: access denied warning: gitaly: unable to open supervise/ok: access denied warning: gitlab-monitor: unable to open supervise/ok: access denied warning: gitlab-workhorse: unable to open supervise/ok: access denied warning: logrotate: unable to open supervise/ok: access denied warning: nginx: unable to open supervise/ok: access denied warning: node-exporter: unable to open supervise/ok: access denied warning: postgres-exporter: unable to open supervise/ok: access denied warning: postgresql: unable to open supervise/ok: access denied warning: prometheus: unable to open supervise/ok: access denied warning: redis: unable to open supervise/ok: access denied warning: redis-exporter: unable to open supervise/ok: access denied warning: sidekiq: unable to open supervise/ok: access denied warning: unicorn: unable to open supervise/ok: access denied

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/06/27 06:30