s03 服务器 117 123456 1.先安装ubuntu server16.04 安装open-ssh 2.安装gitlab 按照 https://www.cnblogs.com/m2ez/p/7063606.html a. sudo apt-get install curl openssh-s ...
分类:
其他好文 时间:
2018-11-17 19:26:03
阅读次数:
208
Centos6.5 安装gitlab 并使用自带的nginx 1.安装依赖 2.设置postfix开机启动 3.下载安装包 放入/opt中 4.安装 It looks like GitLab has not been configured yet; skipping the upgrade scri ...
分类:
其他好文 时间:
2018-11-06 15:41:10
阅读次数:
482
在安装gitlab完成后,修改了IP地址后,在启动过程中无异常报错,但在IE打开地址出现上面的报错。检查原因:因为我开启了8080端口。解决办法:找到gitlab.rb这个配置文件566:#gitlab_workhorse[‘auth_backend‘]="http://localhost:8080"633:#unicorn[‘port‘]=80
分类:
其他好文 时间:
2018-11-03 14:40:22
阅读次数:
874
Centos7 安装 GitLab 代码管理服务器,搭建属于自己的代码服务器。 ...
分类:
其他好文 时间:
2018-11-02 01:55:30
阅读次数:
176
安装依赖:yum-yinstallcurlpolicycoreutils-pythonopenssh-serversystemctlenablesshdsystemctlstartsshdyum-yinstallpostfixsystemctlenablepostfixsystemctlstartpostfixfirewall-cmd--permanent--add-service=httpsys
分类:
其他好文 时间:
2018-10-21 10:54:36
阅读次数:
114
Gitlab 创建备份 使用Gitlab一键安装包安装Gitlab非常简单, 同样的备份恢复与迁移也非常简单. 使用一条命令即可创建完整的Gitlab备份: 使用以上命令会在/var/opt/gitlab/backups目录下创建一个名称类似为1393513186_gitlab_backup.tar ...
分类:
其他好文 时间:
2018-10-19 11:51:33
阅读次数:
118
一:环境描述 1. 硬件:Upboard Core 2. CPU:Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz 3. 系统:Linux lich-UP-CHCR1 4.15.0-36-generic #39-Ubuntu SMP Mon Sep 24 16:19: ...
分类:
系统相关 时间:
2018-10-13 02:19:49
阅读次数:
229
一、添加yum源curl-Lhttps://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh|sudobash二、安装gitlab-runneryuminstallgitlab-runner-y三、配置gitlab-runner向GitLab-CI注册一个Runner需要两样东西:GitLab-C
分类:
其他好文 时间:
2018-10-11 16:51:11
阅读次数:
210
安装要求:运行内存必须大于等于2G 一、安装docker wget -qO- https://get.docker.com/ | sh 镜像加速: 测试是否成功: docker run hello-world 二、安装gitlab 三、配置邮箱 ...
分类:
其他好文 时间:
2018-10-07 15:33:07
阅读次数:
333
搭建过程 安装 gitlab的安装是很简单的,先下载安装包: 安装: 配置 gitlab内置了nginx的服务,所以默认会占用80和443端口。一般来说,我们做WEB开发,服务器上早就安装了nginx或者apache,把80和443端口给占了,所以需要做些修改防止冲突。 简单的修改端口是不可行的,比 ...
分类:
其他好文 时间:
2018-09-28 19:09:30
阅读次数:
209