ycycoco 发表于 2018-1-12 07:32:30

Linux启动/停止/重启gitlab

  # Start all GitLab components
  sudo gitlab-ctl start
  # Stop all GitLab components
  sudo gitlab-ctl stop
  # Restart all GitLab components
  sudo gitlab-ctl restart
页: [1]
查看完整版本: Linux启动/停止/重启gitlab