반응형
Install Gitlab on CentOS
1. Prerequisites - Openssh
yum install -y openssh-server
Postfix
yum install -y postfix
chkconfig postfix on
Cron
yum install -y cronie
2. Download
curl -O https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.7.1_omnibus.5.4.1.ci-1.el6.x86_64.rpm
3. Install
yum install -y gitlab-7.7.1_omnibus.5.4.1.ci-1.el6.x86_64.rpm
4. Configure
Edit External URL
vim /etc/gitlab/gitlab.rb
external_url 'http://git.scbyun.com'
Run configuration wizard (Chef Solo Setup)
gitlab-ctl reconfigure
5. Login
- Browser URL : http://git.scbyun.com
- Username: root
- Password: 5iveL!fe
참고URL
- http://www.bonusbits.com/wiki/HowTo:Install_Gitlab_on_CentOS
728x90
반응형
'리눅스' 카테고리의 다른 글
| 우분투에서 GlusterFS를 설치하고 클러스터로 구성하는 방법 (0) | 2015.12.30 |
|---|---|
| sysfsutils 설치 및 systool 명령어 사용하는 방법 (0) | 2015.11.19 |
| gitlab 설치(gitlab) (0) | 2015.09.11 |
| HP Smart Array CLI commands (0) | 2015.09.02 |
| itop 설치하기 (0) | 2015.08.19 |