GitLab作为一个私有的Git仓库,具有较好的项目管理和用户管理能力。
1、下载安装gitlab rpm包
wget --content-disposition https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/7/gitlab-ce-10.8.4-ce.0.el7.x86_64.rpm/download.rpm
因为Gitlab的业务上需要发送邮件功能,所以在安装Gitlab前要先安装postfix.
yum install curl openssh-server postfix cronie
yum -y install policycoreutils-python #必须安装该依赖包
rpm -ivh gitlab-ce-10.8.4-ce.0.el7.x86_64.rpm
2、安装完成后截图如下:
3、修改gitlab的url并执行reconfigure
vi /etc/gitlab/gitlab.rb
gitlab-ctl reconfigure
4、 web 界面登录
文章到此结束!