CentOS:安装gitlab

1、安装依赖

yum install -y curl policycoreutils-python openssh-server

#centos8没有policycoreutils-python yum源,不用管

2、启动ssh并设置为开机自启动

systemctl enable sshd
systemctl start sshd

3、安装Postfix来发送通知邮件。

yum install postfix

4、设置Postfix开机自启动。

systemctl enable postfix

5、启动Postfix服务。

vim /etc/postfix/main.cf 

# 添加
inet_interfaces = all

保存退出运行:

sudo systemctl start postfix 

6、下载gitlab

wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el8/gitlab-ce-12.10.1-ce.0.el8.x86_64.rpm

7、安装

rpm -i gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm

8、编辑ip和端口

vim /etc/gitlab/gitlab.rb

#找到 external_url 

# 重新配置并启动
gitlab-ctl reconfigure
gitlab-ctl restart

# 开启
gitlab-ctl start

# 关闭
gitlab-ctl stop

注意警惕!双平台挖矿僵尸网络 Sysrv-hello 盯上用户 GitLab 服务器

相关推荐
运维佬1 小时前
CentOS 9 配置网卡
linux·centos
Diamond技术流17 小时前
从0开始学习Linux——进程管理
linux·运维·学习·系统架构·centos
猫猫不是喵喵.17 小时前
VMware和CentOS 7.6 Linux操作系统的安装使用
linux·centos
Algorithm15761 天前
mac上使用docker搭建gitlab
macos·docker·gitlab
姝孟1 天前
LInux——环境基础开发工具使用(正在更新中...)
linux·运维·centos
binqian2 天前
【CICD】GitLab Runner 和执行器(Executor
gitlab
TanYYF2 天前
centos7 node升级到node18
centos·node.js
程序员奇奥2 天前
CentOS下如何安装Nginx
linux·nginx·centos
极小狐2 天前
GitLab 如何跨版本升级?
gitlab·devsecops·devops·极狐gitlab·安全合规
努力成为DBA的小王2 天前
Linux(光速安装+centos镜像 图片+大白话)
linux·运维·服务器·学习·centos