Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.34 KB

GitLab-Install-And-Settings.md

File metadata and controls

30 lines (21 loc) · 1.34 KB

GitLab 安装和配置

GitLab 介绍

GitLab 安装(CentOS 6)

  • 安装并开放 HTTP 和 SSH、邮件相关服务和端口
    • 命令:sudo yum install -y curl openssh-server openssh-clients postfix cronie
    • 命令:sudo service postfix start
    • 命令:sudo chkconfig postfix on
    • 命令:sudo lokkit -s http -s ssh
  • 添加 GitLab 仓库,并安装到服务器上(8.8.4 安装包有:261M):
    • curl -sS http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash
    • sudo yum install -y gitlab-ce
  • 启动 GitLab:sudo gitlab-ctl reconfigure,使用这个命令会输出一堆的日志出来,整个启动过程需要耗时 20 秒左右

GitLab 配置

资料