2019-03-16 Gitlab安装配置

2019-03-17  本文已影响0人  阿丧小威

1. Gitlab介绍

2. 资源

3. 安装依赖

centos6
yum install curl openssh-server openssh-clients postfix cronie
service postfix start
chkconfig postfix on
lokkit -s http -s ssh

centos7
yum install curl policycoreutils openssh-server openssh-clients
systemctl enable sshd
systemctl start sshd
yum install postfix
systemctl enable postfix
systemctl start postfix
firewall-cmd --permanent --add-service=http
systemctl reload firewalld

4. RPM安装gitlab

rpm -ivh gitlab-ce-8.9.5-ce.0.el7.x86_64.rpm    ---先拉上去机器上

5. 修改配置文件

vim /etc/gitlab/gitlab.rb
external_url 'http://192.168.9.160'    ---把IP改成机器的IP
:wq
gitlab-ctl reconfigure    ---执行这个命令使修改生效

访问gitlab,在浏览器上直接输入机器的IP即可

访问gitlab 设置密码

登录进去后设置密码

登录gitlab 登录成功

6. 常用命令

7. Gitlab组件

8. 常用目录文件

9. 变更主配置文件

需要以下操作:

  1. gtilab-ctl reconfigure:重置配置文件
  2. gitlab-ctl show-config:验证配置文件
  3. gitlab-ctl restart:重启gitlab服务
上一篇下一篇

猜你喜欢

热点阅读