GitLab:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
第4行: 第4行:


== 移除 ==
== 移除 ==
移除需要多個步驟<ref>{{Cite web |url=https://askubuntu.com/questions/824696/is-it-fine-to-remove-the-opt-gitlab-directory-manually-after-removing-the-gitl | title=Is it fine to remove the /opt/gitlab/ directory manually after removing the gitlab package from the system? |accessdate=2019-12-10 |date=2016-09-14}}</ref>:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">

2019年12月10日 (二) 08:56的版本

GitLab是一套软件。

安装

移除

移除需要多个步骤[1]

sudo gitlab-ctl uninstall
sudo gitlab-ctl cleanse
sudo gitlab-ctl remove-accounts
sudo apt purge gitlab-ce
sudo rm -rf /etc/gitlab /opt/gitlab /var/log/gitlab /var/opt/gitlab

外部链接