tianzhig 发表于 2018-1-11 15:26:02

GitLab的安装及使用教程

sudo gitlab-ctl start    # 启动所有 gitlab 组件;  sudo gitlab-ctl stop      # 停止所有 gitlab 组件;
  sudo gitlab-ctl restart      # 重启所有 gitlab 组件;
  sudo gitlab-ctl status      # 查看服务状态;
  sudo gitlab-ctl reconfigure      # 启动服务;
  sudo vim /etc/gitlab/gitlab.rb      # 修改默认的配置文件;
  gitlab-rake gitlab:check SANITIZE=true --trace    # 检查gitlab;
  sudo gitlab-ctl tail      # 查看日志;
页: [1]
查看完整版本: GitLab的安装及使用教程