[1] 필수 종속성 설치 1. 로컬 패키지 인덱스를 새로 고치고 다음 명령을 사용하여 종속성을 설치합니다. sudo yum install curl policycoreutils-python openssh-server 2. GitLab이 알림 이메일을 보낼 수 있도록 Postfix를 설치 sudo yum install postfix sudo systemctl start postfix sudo systemctl enable postfix [2]. GitLab을 설치 1. GitLab 리포지토리를 시스템 원본 목록에 추가 curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash 2. GitLab ..