Linux安装GitLab

参考https://blog.csdn.net/wanghwang2008/article/details/75006599

Linux下GitLab的安装部署

Gitlab官网:https://about.gitlab.com/installation/#centos-7

1、安装和配置必要的依赖项。

在CentOS上,以下命令也将在系统防火墙中打开HTTP和SSH访问。
sudo yum install curl policycoreutils openssh-server openssh-clients
sudo systemctl enable sshd
sudo systemctl start sshd
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix

sudo firewall-cmd --permanent --add-service=http
sudo systemctl reload firewalld
1
2
3
4
5
6
7
8
9
2、添加GitLab仓库,并安装到服务器上

curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
sudo yum install gitlab-ce
1
2
手动下载文件,然后使用rpm命令安装
curl -LJO https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/7/gitlab-ce-XXX.rpm/download
rpm -i gitlab-ce-XXX.rpm
1
2
3
3、启动GitLab

sudo gitlab-ctl reconfigure
1
4、打开浏览器访问,默认80端口

你第一次的访问,需要设置初始管理员帐户的密码。默认的帐户的用户名是root。


关闭注册功能 Admin Area > Settings >Sign-up Restrictions


5、常用配置

修改内置nginx端口号,默认是80,修改 vim var/opt/gitlab/nginx/conf/gitlab-http.conf
 server {
  listen *:8222;
  ......
1
2
3
4
gitlab本身采用80端口,配置GitLab的URL,修改 vim /etc/gitlab/gitlab.rb
external_url 'http://127.0.0.1:8222'
1
每次重新配置,都需要执行sudo gitlab-ctl reconfigure 使之生效。

6、日常管理

常用命令gitlab-ctl start|stop|status|restart 比如查看状态:
[root@iZ234865htyZ ~]# gitlab-ctl status
run: gitaly: (pid 12614) 97739s; run: log: (pid 3429) 159390s
run: gitlab-monitor: (pid 12622) 97738s; run: log: (pid 3610) 159368s
run: gitlab-workhorse: (pid 12625) 97738s; run: log: (pid 3443) 159384s
run: logrotate: (pid 947) 446s; run: log: (pid 3474) 159382s
run: nginx: (pid 14129) 97293s; run: log: (pid 2415) 103679s
run: node-exporter: (pid 12648) 97737s; run: log: (pid 3509) 159378s
run: postgres-exporter: (pid 12654) 97736s; run: log: (pid 3559) 159370s
run: postgresql: (pid 12660) 97736s; run: log: (pid 3262) 159439s
run: prometheus: (pid 12668) 97735s; run: log: (pid 3491) 159380s
run: redis: (pid 12678) 97735s; run: log: (pid 2829) 159471s
run: redis-exporter: (pid 12682) 97735s; run: log: (pid 3525) 159372s
run: sidekiq: (pid 9931) 14072s; run: log: (pid 3415) 159392s
run: unicorn: (pid 14261) 97263s; run: log: (pid 3380) 159393s
1
2
3
4
5
6
7
8
9
10
11
12
13
14
查看日志 /var/log/gitlab 可以进去查看访问日志以及报错日志等。
gitlab-ctl tail #查看所有日志
gitlab-ctl tail nginx/gitlab_access.log #查看nginx访问日志
1
2
6、卸载GitLab

通过以下几步就可以彻底卸载gitlab
停止gitlab,执行sudo gitlab-ctl stop
卸载gitlab,执行sudo rpm -e gitlab-ce
查看gitlab进程,杀掉第一个守护进程kill -9 pid
删除gitlab文件,执行find / -name gitlab|xargs rm -rf删除所有包含gitlab的文件及目录,再执行gitlab-ctl uninstall删除自动在root下备份的配置文件。
--------------------- 
作者:极速-蜗牛 
来源:CSDN 
原文:https://blog.csdn.net/wanghwang2008/article/details/75006599 
版权声明:本文为博主原创文章,转载请附上博文链接!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值