반응형
git 설치(gitlab)
gitlab 다운로드
https://packages.gitlab.com/gitlab/gitlab-ce
1. Install and configure the necessary dependencies
yum install -y curl openssh-server postfix cronie
service postfix start
chkconfig postfix on
lokkit -s http -s ssh
2. Add the GitLab package server and install the package
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
yum install -y gitlab-ce
3. Configure and start GitLab
gitlab-ctl reconfigure
4. Browse to the hostname and login
http://192.168.56.114
Username: root
Password: 5iveL!fe
참고URL
- https://about.gitlab.com/downloads/#centos6
728x90
반응형
'리눅스' 카테고리의 다른 글
sysfsutils 설치 및 systool 명령어 사용하는 방법 (0) | 2015.11.19 |
---|---|
[리눅스] Install Gitlab on CentOS (0) | 2015.09.14 |
HP Smart Array CLI commands (0) | 2015.09.02 |
[리눅스] itop(itsm) 설치하기 (0) | 2015.08.19 |
HTTP Status Codes (0) | 2015.08.12 |