- A+
所属分类:gitlab
机器:192.168.31.130(centos7)
gitlab简介
GitLab 是一个用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的web服务,也就是代码仓库
官网以及文档
安装文档:
yum安装
1 2 3 4 5 6 7 8 9 10 |
sudo yum install -y curl policycoreutils-python openssh-server sudo systemctl enable sshd sudo systemctl start sshd sudo firewall-cmd --permanent --add-service=http sudo systemctl reload firewalld sudo yum install postfix sudo systemctl enable postfix sudo systemctl start postfix url https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash sudo EXTERNAL_URL="http://192.168.31.130" yum install -y gitlab-ee #这里改为自己的服务器IP或者绑定域名 |
访问
用户名:root 按提示设置一个复杂密码登录
- 我的微信
- 这是我的微信扫一扫
- 我的微信公众号
- 我的微信公众号扫一扫