https://www.jianshu.com/p/2eef885b4aed
1.安装依赖包
sudo apt-get update
sudo apt-get install -y curl openssh-server ca-certificates
2. 邮件配置
选择Internet那一项,不带Smarthost的sudo apt-get install -y postfix
3. 添加镜像
免费版curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
企业版curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash
4. 安装
sudo apt-get update
sudo apt-get install gitlab-ce
或者 sudo apt-get install gitlab-ee
5. 配置访问路径
sudo -e /etc/gitlab/gitlab.rb
修改下图中的路径
6. 更新配置
sudo gitlab-ctl reconfigure
7. 重新启动gitlab
sudo gitlab-ctl restart
结果如下图
8. 打开 sshd 和 postfix 服务
service sshd start
service postfix start
9. 查看gitlab服务器状态
sudo gitlab-ctl status
10. 结果
在浏览器中访问http://127.0.0.1
作者:涂山小狐妖
链接:https://www.jianshu.com/p/2eef885b4aed
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。