码迷,mamicode.com
首页 > 其他好文 > 详细

GitLab服务部署

时间:2019-08-05 20:38:27      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:数据库   postfix   pytho   art   tla   src   nss   epo   ima   

系统环境:
CentOS 7.6
防火墙 关闭
selinux 关闭

官网地址:
https://about.gitlab.com/install/#centos7

安装和配置必要的依赖关系
yum install -y curl policycoreutils-python openssh-server

systemctl enable sshd 开机自启动sshd
systemctl start sshd 开启sshd

安装邮箱服务
yum install postfix
systemctl enable postfix
systemctl start postfix

下载GitLab 官方yum源
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash

更新yum库
yum makecache

安装GitLab
yum install -y gitlab-ee

安装好之后会出现《GitLab标致》代表安装成功
技术图片

自动配置所需的网站程序和数据库程序(过程耗时稍长)
gitlab-ctl reconfigure

打开PC浏览器 输入其服务器的IP进去Git html页面
点击"寄存器"按钮 注册一个用户,然后登陆

GitLab服务部署

标签:数据库   postfix   pytho   art   tla   src   nss   epo   ima   

原文地址:https://blog.51cto.com/kangxi/2426747

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!