赞
踩
apt update
apt-get install curl openssh-server ca-certificates postfix ## Postfix Configuration 选择 No configuration 就好
apt-get install wget
Ubuntu 20.04的gitlab-ce软件包地址为https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/focal/main/g/gitlab-ce/,这里以13.2.3为例
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/focal/main/g/gitlab-ce/gitlab-ce_13.2.3-ce.0_amd64.deb
dpkg -i gitlab-ce_13.2.3-ce.0_amd64.deb
在gitlab配置文件/etc/gitlab/gitlab.rb中修改外部url,改为自己的ip地址或者域名
external_url 'http://172.16.129.170' ## 本机的局域网ip地址为172.16.129.170
gitlab-ctl reconfigure ## 此过程可能需要较长时间
gitlab-ctl restart
使用浏览器访问页面http://172.16.129.170,本机的局域网ip地址为172.16.129.170,推荐使用Chrome浏览器
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。