赞
踩
sudo ufw enable
sudo apt update
sudo apt install ca-certificates curl openssh-server postfix
如果出现以上界面,键盘一直按下箭头,回车
这里选第二个,然后回车回车
sudo ufw allow http
sudo ufw allow https
sudo ufw allow OpenSSH
从国内源下载最新版本,在我的虚拟机官网脚本不可用 https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/trusty/main/g/gitlab-ce/
下载完成后
cd home/用户名/下载
sudo dpkg -i gitlab-ce_10.5.2-ce.0_amd64.deb ##根据你下载的版本修改前面的
打开配置文件
sudo nano /etc/gitlab/gitlab.rb
更改:
找到external_url
external_url 'https://example.com'
搜索找到letsencrypt['contact_emails]
letsencrypt['contact_emails']=['admin@example.com']
保存文件
对gitlab重配置:
sudo gitlab-ctl reconfigure
查看启动状态
gitlab-ctl status
在浏览器中输入自己的ip,记得前面要加https://
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。