docs(platform): add

This commit is contained in:
zjkjzj
2021-03-19 12:00:46 +08:00
parent 94ae562830
commit 5b0902542d
19 changed files with 405 additions and 344 deletions

View File

@@ -0,0 +1,26 @@
# [GitLab]命令行操作
* 启动
sudo gitlab-ctl start
* 停止
sudo gitlab-ctl stop
* 重启
sudo gitlab-ctl restart
* 更新配置
sudo gitlab-ctl reconfigure
* 查询日志
sudo gitlab-ctl tail
* 查询状态
sudo gitlab-ctl status