본문 바로가기

리눅스

[리눅스] git 설치(gitlab)

반응형

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
반응형