Gitlab保姆级部署

官网链接:

https://about.gitlab.com/downloads/#centos7

建议内存:4G

阿里云镜像仓库:

阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区 (aliyun.com)

yum install -y curl policycoreutils openssh-server openssh-clients

  • 安装和配置必要的依赖关系

  • curl 浏览器程序

  • policycoreutils 加密程序

  • openssh 远程登录程序

  • systemctl enable sshd

    • 开机自启动ssh程序

  • systemctl start sshd

  • yum install postfix -y

    • 安装邮件程序

    • gitlab在注册的时候一定要用邮箱名才能识别

  • systemctl enable postfix

  • systemctl start postfix

  • systemctl stop firewalld

    • 防火墙关上!

  • systemctl disable firewalld

上传gitlab安装rpm包

1、yum -y install gitlab-ce-9.1.0-ce.0.el7.x86_64.rpm

2、官网安装(略)

3、 Configure and start GitLab 

  • gitlab-ctl reconfigure

    • 自动配置文件权限,安装数据库….

    • 提示!安装的时间会很长!!!

4、Browse to the hostname and login 

  • gitlab服务器的地址:http://自己的服务器IP:80

    • GITLAB占用80端口,访问时直接访问IP就可以 (第一次会让你确认root账户登录的密码)

创建8位新密码,使用root用户登录即可

欢迎页面,部署完成

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

李高杰996

你的鼓励将是我最大的坚持

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值