Vagrant で CentOS 7.2 に GitLab をインストールしてみる

GitLab インストール

$ sudo yum install curl policycoreutils openssh-server openssh-clients
$ curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
$ sudo yum install gitlab-ce
$ sudo gitlab-ctl reconfigure    # ←かなり時間がかかる。Vagrant VM のCPUメモリを増やすと時間を短縮できる。

ブラウザで、http://192.168.33.10/ にアクセスする。

GitLabのトップ画面が出れば成功

最低限、管理者Administratorユーザのパスワードを設定します。

参考
https://about.gitlab.com/downloads/#centos7
ありがとうございます