GIT/GitLab
CentOS 7 Gitlab 설치
■ Git 설치 1. git 설치 [root@localhost ]# yum install git 2. rpm 다운로드(git 설치 안되는 경우에만) [root@localhost ]# yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm 3. git 버전 확인 [root@localhost ]# git --version ■ gitlab 설치 1. 아래 공식 사이트 접속 https://about.gitlab.com/installation/#centos 2. CentOS 7 클릭 3. 아래 URL 복사 4. gitlab ce 레파지토리 추 [root@localhost ]# curl -sS ..