본문 바로가기

리눅스

gitlab 설치(gitlab)

반응형

gitlab 설치(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 -fsSL 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

- GitLab Docs : Install the Linux package on Amazon Linux 2

 

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 설치하기  (0) 2015.08.19
HTTP Status Codes  (0) 2015.08.12