리눅스

gitlab 설치(gitlab)

변군이글루 2015. 9. 11. 17:49
반응형

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