
GitLab 설치
시도해 보았으므로 메모
절차
라이브러리 설치
sshd 서비스 자동 시작 설정
sshd 서비스 시작
firewall 명령을 설정하고 다시 로드
postfix 패키지 설치
postfix 서비스의 자동 시작 설정
postfix 서비스 시작
GitLab 리포지토리 등록
GitLab 설치
Reconfigure 실행
컴퓨터의 호스트 또는 IP 주소에 액세스

참고
GitLab Installation GitLab CE를 설치해 보았습니다.
절차
종속 라이브러리 설치
라이브러리 설치
# yum install -y curl policycoreutils-python openssh-server openssh-clients
sshd 서비스 자동 시작 설정
# systemctl enable sshd
sshd 서비스 시작
# systemctl start sshd
firewall 명령을 설정하고 다시 로드
# firewall-cmd --permanent --add-service=http && systemctl reload firewalld
Postfix 설치
postfix 패키지 설치
# yum install postfix
postfix 서비스의 자동 시작 설정
# systemctl enable postfix
postfix 서비스 시작
# systemctl start postfix
GitLab Community Edition 설치
GitLab 리포지토리 등록
# curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
GitLab 설치
# yum install -y gitlab-ce
Reconfigure 실행
# gitlab-ctl reconfigure
확인
컴퓨터의 호스트 또는 IP 주소에 액세스
