반응형
url : https://about.gitlab.com/install/#centos-7
Step 1.
sudo yum install -y curl policycoreutils-python openssh-server perl
|
Step 2.
sudo yum install postfix
|
Step 3.
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
|
Step 4.
sudo EXTERNAL_URL="https://gitlab.example.com" yum install -y gitlab-ee
|
Step 5. root 계정 패스워드 확인.
cat /etc/gitlab/initial_root_password
|
Step 6. Start and Stop
# Start all GitLab components
sudo gitlab-ctl start
# Stop all GitLab components
sudo gitlab-ctl stop
# Restart all GitLab components
sudo gitlab-ctl restart
|
반응형
'Tool' 카테고리의 다른 글
gitlab 깃랩 ssh keys 설정 - git 로그인(패스워드) 없이 사용 (0) | 2023.02.24 |
---|---|
gitlab 버전 업그레이드 순서. (0) | 2022.12.13 |
STS(Eclipse) 4.16.1 - Rename refactoring not working (0) | 2022.12.08 |
깃허브 + 소스트리 토큰 인증 (Github + SourceTree Token authentication) (0) | 2022.03.27 |
Gitlab - Apach 로 띄우기. (0) | 2021.10.18 |
STS JSP Editor에서 javascript highlighting:: 4.9.0.RELEASE (2020.02.24) (0) | 2021.02.24 |
Sql developer 설치 (버전 20.4 :: 2021.02) (0) | 2021.02.18 |
소스트리 비밀번호 초기화 ( 버전 3.4.2 ) (0) | 2021.02.18 |