GitLab 설치하기

산본8단지주민·2024년 7월 24일
0

CI/CD

목록 보기
1/2
post-thumbnail

Architecture

GitLab

GitLab 설치하기

실습 권장 사양

  • CPU: 2EA
  • Memory: 8GB

필수 종속성 설치

yum install -y openssh-server policycoreutils-python-utils python3-policycoreutils curl perl

GitLab 설치가 가능한 상태인지 확인 스크립트 실행

curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | bash

GitLab-CE 설치

EXTERNAL_URL="http://{server-IP}:8088" yum install -y gitlab-ce

GitLab root 비밀번호 확인

cat /etc/gitlab/initial_root_password | grep Password:

GitLab 로그인

GitLab 비밀번호 변경

GitLab Project 생성

Git Lab 세팅 완료 후 Git Hub Repository와 똑같은 방식으로 사용하면 된다

profile
Just Practice

0개의 댓글