常见需要修改的配置文件:

/etc/gitlab/gitlab.rb

/var/opt/gitlab/gitlab-rails/etc/gitlab.yml

 

常用命令:

# 重新应用gitlab的配置 sudo gitlab-ctl reconfigure

# 重启gitlab服务 sudo gitlab-ctl restart

# 查看gitlab运行状态 sudo gitlab-ctl status

# 停止gitlab服务 sudo gitlab-ctl stop

# 查看gitlab运行日志 sudo gitlab-ctl tail

# 停止相关数据连接服务 gitlab-ctl stop unicorn gitlab-ctl stop sidekiq

相关文章:

  • 2022-02-08
  • 2021-11-24
  • 2021-11-15
  • 2021-06-01
  • 2021-05-24
  • 2021-12-06
猜你喜欢
  • 2021-09-19
  • 2021-11-23
  • 2022-01-01
  • 2021-08-19
  • 2021-09-29
  • 2021-07-13
  • 2021-10-24
相关资源
相似解决方案