centos 7 gitlab 설치

1231 단어 수송 하 다.gitlab
참고:http://www.21yunwei.com/archives/4351
1.우선 설치 준비 환경:yum install curl policy coreutils openssh-server openssh-clients
yum install policycoreutils-python -y 
2.다운로드
gitlab 가방https://packages.gitlab.com/gitlab/gitlab-ce 다운로드 하 다.
3.설치
설치 패 키 지 를 서버 에 업로드 하고 루트 사용자 로 설치 합 니 다.
rpm -ivh gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm
설치 할 때 문제 가 생 겼 습 니 다.기록 하 세 요.해결 방안:https://blog.csdn.net/qq_29307291/article/details/52170211
4.설정
파일 수정:/etc/gitlab/gitlab.rb
external_url "http://git.test.com"url 을 자신의 서버 주소 로 변경 합 니 다."
기본 포트 는 80 입 니 다.수정 하면 현재 파일 에서 수정 할 수 있 습 니 다.
# nginx['enable'] = true # nginx['client_max_body_size'] = '250m' # nginx['redirect_http_to_https'] = false nginx['redirect_http_to_https_port'] = 10001  #수 정 된 포트 번호
수정 사항 이 적용 되 지 않 았 습 니 다.nexus 디 렉 터 리 에서 수정 되 었 습 니 다.
cd /var/opt/gitlab/nginx/conf
vim gitlab-http.conf
server {
  listen *:80; --    

5.gitlab-ctl reconfigure 시작-설정 을 처음 시작 하고 수정 할 때 만 사용
설정 을 수정 하지 않 으 면 사용 할 수 있 습 니 다.
gitlab-ctl start 
gitlab-ctl stop
gitlab-ctl restart
gitlab 기본 사용자 이름 비밀번호:Username:root 비밀번호:5iveL!fe

좋은 웹페이지 즐겨찾기