gitlab 설치1 gitlab 설치 #### Linux GitLab 설치 ### 의존성 패키지 설치 yum install epel-release yum install -y curl policycoreutils-python openssh-server perl ### 방화벽 포트 오픈 80, 443 ### GitLab CE 저장소 추가 curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash ### GitLab CE 설치 yum install -y gitlab-ce ### GitLab 설정 vi /etc/gitlab/gitlab.rb external_url 'http://serverip' ### configure gitl.. 2023. 12. 28. 이전 1 다음