ubuntu 18.04 install gitlab-ce
生活随笔
收集整理的這篇文章主要介紹了
ubuntu 18.04 install gitlab-ce
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
[安裝指南](https://about.gitlab.com/install/#ubuntu)
tips: 注意,ubuntu's firefox 打開的網(wǎng)址中,安裝推薦的是gitlab-ee;windows firefox 打開的網(wǎng)址中,安裝推薦的是gitlab-ce sudo apt-get install -y curl openssh-server ca-certificates
sudo apt-get install -y postfix
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo EXTERNAL_URL="https://my ip address" apt-get install gitlab-ce
轉(zhuǎn)載于:https://www.cnblogs.com/daemonFlY/p/11099283.html
總結(jié)
以上是生活随笔為你收集整理的ubuntu 18.04 install gitlab-ce的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: mysql 审核
- 下一篇: day4 Python的selenium