阿使得肌肤· 发表于 2017-11-15 17:19:45

centos 6.5 gitlab搭建

  由于最近下海了,一段时间没有写博客了。
  由于最近开始使用mac,但是还不太习惯,所以还是安装了centos的虚拟机并在虚拟机上进行gitlab搭建。
  1.下载gitlab omibus进行安装

wget https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.6.2_omnibus.5.3.0.ci.1-1.el6.x86_64.rpm
  2.安装命令

yum install openssh-server  yum install postfix
  rpm -i gitlab-7.6.2_omnibus.5.3.0.ci.1-1.el6.x86_64.rpm
  gitlab-ctl reconfigure

  lokkit -s http -s ssh
  gitlab-ctl status   #查看安装后程序运行情况
  3.测试使用
  通过http://localhost进行访问,默认账号密码root/5iveL!fe
  登陆成功修改密码
页: [1]
查看完整版本: centos 6.5 gitlab搭建