woyoudn 发表于 2018-1-11 18:30:37

Ubuntu下部署GitLab

# 首先检查版本  

  
root@iZ2334prw6jZ:
~# cat /opt/gitlab/embedded/service/gitlab-rails/VERSION8.8.0  

  
root@iZ2334prw6jZ:
~# git clone https://gitlab.com/larryli/gitlab.git  

  
root@iZ2334prw6jZ:~# cd gitlab/
  

  
# 比较8-8-stable(英文)和8-8-zh(汉化后)的区别然后导出为补丁
  

  
root@iZ2334prw6jZ:~# git diff origin/8-8-stable origin/8-8-zh > /tmp/8.8.diff
  # 停止 gitlab
页: [1]
查看完整版本: Ubuntu下部署GitLab