yuanqiao 发表于 2017-11-16 09:38:33

CentOS 7.2安装gitlab-ce

  国内网络原因,gitlab-ce安装包可以在清华大学开源网站镜像站下载:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/
# mkdir -p /opt/
# cd /opt/
  #上传安装包
# rz -E
rz waiting to receive.
# ll
total 346604
-rw-r--r-- 1 root root 354921173 Sep 14 15:08 gitlab-ce-9.3.0-ce.0.el7.x86_64.rpm
#
  #安装gitlab-ce
# rpm -ivh gitlab-ce-9.3.0-ce.0.el7.x86_64.rpm

  
#初始化gitlab
# gitlab-ctl reconfigure
  ...省略初始化输出信息...
  Running handlers:
Running handlers complete
Chef Client finished, 359/515 resources updated in 02 minutes 59 seconds
gitlab Reconfigured!
#
  #浏览器访问http://ip

  #第一次登陆要求修改root密码,修改密码后重新登陆
页: [1]
查看完整版本: CentOS 7.2安装gitlab-ce