有关gitlab的神秘操作.....version&&domain设置...

在使用gitlab的时候,如果服务器IP变动,之前的domain写入了配置文件了,如下路径:

[root@gitlab-server ~]# vim /var/opt/gitlab/gitlab-rails/etc/gitlab.yml 

把这里的host 改成所需的doamin,IP即可

分割线

如何检查gitlab版本:

[root@gitlab-server ~]# gitlab-rake gitlab:env:info

System information
System:        
Current User:    git
Using RVM:    no
Ruby Version:    2.3.1p112
Gem Version:    2.6.6
Bundler Version:1.13.6
Rake Version:    10.5.0
Sidekiq Version:4.2.1

GitLab information
Version:    8.13.5
Revision:    09cedb5
Directory:    /opt/gitlab/embedded/service/gitlab-rails
DB Adapter:    postgresql
URL:        http://192.168.11.72
HTTP Clone URL:    http://192.168.11.72/some-group/some-project.git
SSH Clone URL:    git@192.168.11.72:some-group/some-project.git
Using LDAP:    no
Using Omniauth:    no

GitLab Shell
Version:    3.6.6
Repository storage paths:
- default:     /var/opt/gitlab/git-data/repositories
Hooks:        /opt/gitlab/embedded/service/gitlab-shell/hooks/
Git:        /opt/gitlab/embedded/bin/git

-

方法二:http://192.168.11.72/help

原文地址:https://www.cnblogs.com/pyyu/p/7524647.html