소스로 컴파일 설치를 시도해보았는데, 몇일간 삽질끝에 포기했다. 그냥 yum 으로 설치하자.
정신건강에 해롭다.
CentOS : 6.9
GitLab : 11.1.4
1. 의존 라이브러리 설치
#> yum install -y curl policycoreutils-python openssh-server openssh-clients cronie #> lokkit -s http -s ssh
#> yum install postfix#> service postfix start
#> chkconfig postfix on
2. Gitlab 설치
#>curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | bash
#> EXTERNAL_URL="http://gitlab.example.com" yum install -y gitlab-ce
끝. 개간단 !
'개발개발' 카테고리의 다른 글
create-react-app 사용하지 않고 webpack v4로 번들링하기 (0) | 2018.09.14 |
---|---|
Gitlab과 Redmine 한서버에 설치하기 (0) | 2018.08.24 |
CentOS에 NginX 설치하기 (0) | 2018.08.20 |
레드마인 설치 (0) | 2018.08.13 |
CentOS 6.9 최소 설치후 네트워크 작업 (0) | 2018.08.13 |