
gitLab
smileTimLi
一只站在树上的鸟儿,从来不会害怕树枝断裂,因为它相信的不是树枝,而是它自己的翅膀
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git记住密码
git config --global credential.helper store原创 2020-05-21 14:45:00 · 173 阅读 · 0 评论 -
CentOS7搭建gitLab
一 环境初始化1、安装依赖安装openssh服务器和客户端、policycoreutils、postfixyum install curl policycoreutils openssh-server openssh-clients postfix -y2、使用 Postfix 发送邮件默认使用postfix发送邮件service postfix star...原创 2019-04-14 14:51:45 · 370 阅读 · 0 评论 -
Docker 安装gitlab并进行配置环境
Docker 安装gitlab1、查看当前系统是否已经存在gitlab2、下载gitlab-ce镜像查看: docker search gitlab拉取: docker pull gitlab/gitlab-ce:latest查看本地images: docker images停止并删除原有的镜像: docker stop gitlab && docker ...原创 2019-05-10 17:10:22 · 1525 阅读 · 0 评论 -
gitlab修改默认端口
修改默认端口(1):vim /etc/gitlab/gitlab.rb (a)改:13 external_url 'http://gitlab.example.com' 为:13 external_url 'http://宿主机ip:8085' (b)修改unicon['port'] = 8086 ...原创 2019-07-01 19:16:23 · 4394 阅读 · 0 评论