■ 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 https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
5. gitlab 설치
[root@localhost ]# sudo yum -y install gitlab-ce
'GIT > GitLab' 카테고리의 다른 글
STS - GitLab classfile 올리기 (0) | 2022.10.26 |
---|---|
Merge request 방법 (0) | 2022.10.26 |
[STS] Gitlab 원격저장소에 올라간 파일/폴더 삭제 (0) | 2022.09.26 |
Gitlab CI/CD 구축(2) .gitlab-ci.yml (0) | 2022.09.20 |
[Gitlab] Vue3+Quasar 프로젝트 Gitlab CI/CD 구축(1) - gitlab-runner 설치 및 등록 (0) | 2022.09.20 |