gitlab 官网 /
官方安装文档:
要求服务器内存不少于2g,否则会卡死
1、创建 gitlab 的安装源
[root@arslinux-01 ~]# vim /pos.po
[gitlab-ce]
name=Gitlab CE Repository
baseurl=$releasever/
gpgcheck=0
enabled=1
2、安装 gitlab
[root@arslinux-01 ~]# yum install -y gitlab-ce
3、自动配置 gitlab
[root@arslinux-01 ~]# gitlab-ctl reconfigure
[root@arslinux-01 ~]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 192.168.194.130:27017 0.0.0.0:* LISTEN 7504/mongod
tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 7504/mongod
tcp 0 0 127.0.0.1:9100 0.0.0.0:* LISTEN 14204/node_exporter
tcp 0 0 127.0.0.1:9229 0.0.0.0:* LISTEN 14189/gitlab-workho
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/systemd
tcp 0 0 127.0.0.1:9168 0.0.0.0:* LISTEN 14222/puma 3.12.0 (
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 12872/unicorn maste
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 12951/nginx: master
tcp 0 0 0.0.0.0:20048 0.0.0.0:* LISTEN untd
tcp 0 0 0.0.0.0:37361 0.0.0.0:* LISTEN -
tcp
本文发布于:2024-01-31 05:29:34,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170665018025899.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |