Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. 필요한 의존성을 설치하고 구성

...

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

다음으로 GitLab 패키지를 설치합니다. https://gitlab.example.com을 GitLab 인스턴스에 액세스하려는 URL로 변경하십시오. 설치하면 해당 URL에서 GitLab이 자동으로 구성되고 시작됩니다.

https:// URL의 경우 GitLab은 인바운드 HTTP 액세스 및 유효한 호스트 이름이 필요한 Let 's Encrypt를 사용하여 인증서를 자동으로 요청합니다. 자신의 인증서를 사용하거나 http://를 사용할 수도 있습니다.

Code Block
sudo EXTERNAL_URL="https://gitlab.example.com" yum install -y gitlab-ee

3. 초기 비밀번호 설정

Omnibus GitLab 14.0에서 도입되었습니다.

Ref : https://docs.gitlab.com/omnibus/installation/#set-up-the-initial-password

...