1、清华大学开源软件镜像站:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-xxxx版本到本地
2、安装sshd
首选,先安装下sshd依赖,执行如下命令:
yum install -y curl policycoreutils-python openssh-server
打开 /etc/sysctl.conf 文件,在文件最后添加新的一行。
net.ipv4.ip_forward = 1
3、安装postfix
由于gitlab是需要使用postfix来作为邮件发送服务的,所以,还得安装下这个服务。
4、安装gitlab
安装完成!
5、打开/etc/gitlab/gitlab.rb文件,找到external_url 这个选项,改成改机器的ip或者域名
external_url 'http://10.32.236.8'
6、
gitlab-ctl reconfigure ##时间较长,初始化gitlab
sudo gitlab-ctl start #启动gitlab
sudo gitlab-ctl stop #关闭gitlab
7、启动502的时候 free-mh 看看内存,内存不够要加
8、等待5分钟加载,就出来了