Centos7五步搭建Gitlab环境 想用Gitlab管理项目?你先看看这篇文章
Admin 2023-05-05 群英技术资讯 706 次浏览
1.准备一台Centos7环境。
如果是Window环境参考以下博客:
[WINDOWS7五步快速搭建Centos7环境](https://blog.csdn.net/doegoo/article/details/80061524)
2.安装前准备
参考官方文档:
[https://about.gitlab.com/installation/#centos-7]
安装相关工具类:
sudo yum install -y curl policycoreutils-python openssh-server
sudo systemctl enable sshd
sudo systemctl start sshd
sudo firewall-cmd --permanent --add-service=http
sudo systemctl reload firewalld
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix
3.配置国内YUM源
参考清华源:
[清华源官网](https://mirror.tuna.tsinghua.edu.cn/help/gitlab-ce/)
执行以下命令:
新建 /etc/yum.repos.d/gitlab-ce.repo,内容为
[gitlab-ce]
name=Gitlab CE Repository
baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el$releasever/
gpgcheck=0
enabled=1
执行命令:
sudo yum makecache
sudo yum install gitlab-ce
4.安装gitlab-ce
sudo EXTERNAL_URL="http://gitlab.自已的域名.com" yum install -y gitlab-ee
或者:
sudo yum install -y gitlab-ee
5.启动gitlab-ce
sudo gitlab-ctl reconfigure
可使用 sudo vim /etc/gitlab/gitlab.rb 修改配置在执行以上命令重新加载
sudo gitlab-ctl status查看状态 出现在以下状态安装成功:
[vagrant@localhost ~]$ sudo gitlab-ctl status
run: gitaly: (pid 593) 1377s; run: log: (pid 592) 1377s
run: gitlab-monitor: (pid 611) 1377s; run: log: (pid 602) 1377s
run: gitlab-workhorse: (pid 610) 1377s; run: log: (pid 599) 1377s
run: logrotate: (pid 609) 1377s; run: log: (pid 591) 1377s
run: nginx: (pid 607) 1377s; run: log: (pid 594) 1377s
run: node-exporter: (pid 601) 1377s; run: log: (pid 600) 1377s
run: postgres-exporter: (pid 587) 1377s; run: log: (pid 586) 1377s
run: postgresql: (pid 589) 1377s; run: log: (pid 588) 1377s
run: prometheus: (pid 606) 1377s; run: log: (pid 605) 1377s
run: redis: (pid 608) 1377s; run: log: (pid 590) 1377s
run: redis-exporter: (pid 583) 1377s; run: log: (pid 582) 1377s
run: sidekiq: (pid 585) 1377s; run: log: (pid 584) 1377s
run: unicorn: (pid 604) 1377s; run: log: (pid 603) 1377s
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。
猜你喜欢
linux的“etc”目录下存放着用户信息。etc目录用来存放系统主要的配置文件,例如用户的账号密码等文件;该目录下的passwd文件是系统用户配置文件,存储了系统中所有用户的基本信息,而shadow文件存储了系统中用户的密码信息。
Centos7安装并配置mysql5.6教程
CentOS7下搭建LAMPR环境完整教程
在linux中,可以利用“yum install lrzsz -y”命令解决rz命令不能用的问题,该命令用于安装lrzsz,lrzsz是一款在linux里可代替ftp上传和下载的程序,参数设置为“-y”可以避免在安装的过程中输入参数。
基于CentOS下搭建 WordPress 个人博客
成为群英会员,开启智能安全云计算之旅
立即注册Copyright © QY Network Company Ltd. All Rights Reserved. 2003-2020 群英 版权所有
增值电信经营许可证 : B1.B2-20140078 粤ICP备09006778号 域名注册商资质 粤 D3.1-20240008