목록Git (6)
변군이글루
Install Gitlab on CentOS 1. Prerequisites - Openssh yum install -y openssh-server - Postfix yum install -y postfix chkconfig postfix on - Cron yum install 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 vi /etc/..
git 설치(gitlab) gitlab 다운로드 https://packages.gitlab.com/gitlab/gitlab-ce 1. Install and configure the necessary dependencies # yum install 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 bas..