一、下载GitLab安装包
1、下载地址:
或者:
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-9.1.0-ce.0.el7.x86_64.rpm
3、安装
[root@localhost ~]# yum -y install gitlab-ce-9.1.0-ce.0.el7.x86_64.rpm
4、自动配置文件权限,安装数据库….
[root@localhost ~]# gitlab-ctl reconfigure
提示!安装的时间会很长!!!
5、访问
GITLAB占用80端口,访问时直接访问IP就可以 (第一次会让你确认root账户登录的密码)