Centos7五步搭建Gitlab环境 想用Gitlab管理项目?你先看看这篇文章
Admin 2023-05-05 群英技术资讯 758 次浏览
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中,tmp是临时文件;tmp是temporary的缩写,tmp目录的作用就是存放临时文件,tmp目录会默认清理指定天数未用的文件,系统重启会清空目录,“/tmp”目录默认清理10天未用的文件,“/var/tmp”目录默认清理30天未用的文件。
进程的概念进程是操作系统的概念,每当我们执行一个程序时,对于操作系统来讲就创建了一个进程,在这个过程中,伴随着资源的分配和释放。可
在linux中,cwd指的是某个进程运行时所在的目录;cwd是“current working directory”的缩写,即当前工作目录,cwd不是系统自带的命令,属于系统的属性,可以在“/proc/{id}”目录下看到cwd。
问题我在crontab中添加一条定时任务如下,用于每天把旧日志移到指定目录:00***cd home vg odp log&&mv*`date-d
vim操作模式有:1、正常模式,用来浏览和修改文本内容;2、插入模式,用来向文本中添加内容;3、可视模式,相当于高亮选取文本后的普通模式;4、命令模式,用于操作文本文件(不是操作文本文件的内容)。
成为群英会员,开启智能安全云计算之旅
立即注册Copyright © QY Network Company Ltd. All Rights Reserved. 2003-2020 群英 版权所有
增值电信经营许可证 : B1.B2-20140078 粤ICP备09006778号 域名注册商资质 粤 D3.1-20240008