티스토리 뷰

카테고리 없음

CentOS7 GitLab설치하기

개린이 2020. 5. 6. 09:12

참고 사이트 : https://ux.stories.pe.kr/161
공식 CE(Community Edition) 설치가이드 : https://about.gitlab.com/install/#centos-7?version=ce

1. openssh 설치하기
sudo yum install -y curl policycoreutils-python openssh-server openssh-clients

2. 서버 부팅 시 sshd 실행
sudo systemctl enable sshd sudo systemctl start sshd

3. 방화벽 해제 및 재 실행
sudo firewall-cmd --permanent --add-service=http 
sudo firewall-cmd --permanent --add-service=https 
sudo systemctl reload firewalld

4. 메일서버 설치
sudo yum install postfix

5. 서버 부팅 시 메일서버 실행
sudo systemctl enable postfix 
sudo systemctl start postfix

6. 패키지 저장소 등록
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash

7. 패키지 설치
sudo EXTERNAL_URL="10.10.2.11" yum install -y gitlab-ce

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함