LoginSignup
0
1

More than 5 years have passed since last update.

GitLab導入(CentOS7)

Posted at

CIについての勉強の一環としてGitlabの勉強。
構築時のメモ。

環境

・VirtualBox
・CentOS7.6(1810) minimal

前提条件

・firewallが無効になっていること
・rootでログインしていること

構築

以下のページを参考に導入。
https://about.gitlab.com/install/#centos-7

必要パッケージのインストール

# yum -y install policycoreutils-python

GitLabパッケージのリポジトリのダウンロード

# curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash

GitLabパッケージをインストール

# EXTERNAL_URL="http://[GitLabをインストールするホスト名 or IPアドレス]" yum install -y gitlab-ee

動作確認

インストール時に設定したURLでアクセスしてページが表示されることを確認する。

以上

0
1
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
1