「GitLab」:修訂間差異
第12行: | 第12行: | ||
sudo EXTERNAL_URL="https://gitlab.example.com" apt install gitlab-ee | sudo EXTERNAL_URL="https://gitlab.example.com" apt install gitlab-ee | ||
</syntaxhighlight> | </syntaxhighlight> | ||
最近的版本可能會需要處理[[Let's Encrypt]]相關的問題<ref>{{Cite web |url=https://gitlab.com/gitlab-org/gitlab/issues/38255 |title=Unable to renew letsencrypt certificate anymore |accessdate=2019-12-18}}</ref>。 | |||
== 移除 == | == 移除 == |
於 2019年12月18日 (三) 02:31 的修訂
GitLab是一套以Git為中心而發展出來的軟體。
安裝
官方說明記憶體最少4 GB(在這種情況下需要外加4 GB的Swap),一般建議為8 GB[1]。
sudo apt install -y ca-certificates curl openssh-server postfix
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo EXTERNAL_URL="https://gitlab.example.com" apt install gitlab-ee
最近的版本可能會需要處理Let's Encrypt相關的問題[3]。
移除
移除需要多個步驟[4]:
sudo gitlab-ctl uninstall
sudo gitlab-ctl cleanse
sudo gitlab-ctl remove-accounts
sudo apt purge -y gitlab-ce
sudo rm -rf /etc/gitlab /opt/gitlab /var/log/gitlab /var/opt/gitlab
常用指令
- sudo gitlab-ctl reconfigure
- sudo gitlab-ctl renew-le-certs
- sudo gitlab-ctl restart
參考資料
- ↑ Requirements. [2019-12-10].
- ↑ GitLab Installation. [2019-12-10].
- ↑ Unable to renew letsencrypt certificate anymore. [2019-12-18].
- ↑ Is it fine to remove the /opt/gitlab/ directory manually after removing the gitlab package from the system?. 2016-09-14 [2019-12-10].
外部連結
- 官方網站 (英文)