E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
gitlab-ce;
Docker安装Gitlab并配置使用
1.gitlab镜像拉取#
gitlab-ce
为稳定版本,后面不填写版本则默认pull最新版本[root@root/]#dockerpullgitlab/gitlab-ceimage.png2.运行gitlab
程序员小杰
·
2023-10-19 16:23
Gitlab升级报错一:rails_migration[gitlab-rails] (gitlab::database_migrations line 51)
Gitlab-ce
从V14.0.12升级到V14.3.6或V14.10.5时报错:如下图:解决办法:先停掉gitlab:gitlab-ctlstop单独启动数据库,如果不单独启动数据库,就会报以上错误sudogitlab-ctlstartpostgresql
zhangjunli
·
2023-10-18 14:03
gitlab
一 RPM方式Gitlab环境搭建
最近公司代码托管容器需要升级,老版本的SVN准备放弃使用,准备使用比较热的GIT,下面是搭建GItlab服务器的详细过程补充卸载教程:1、停止gitlabgitlab-ctlstop2、卸载gitlab(注意这里写的是
gitlab-ce
双木L
·
2023-10-18 14:02
Jenkins自动化运维部署
Gitlab
rpm
代码托管
linux部署gitlab
1.配置yum源:vim/etc/yum.repos.d/gitlab-ce.repo[
gitlab-ce
]name=GitlabCERepositorybaseurl=https://mirrors.tuna.tsinghua.edu.cn
yingchenwy
·
2023-10-18 12:41
linux
gitlab
服务器
docker入门到实战(7)使用docker快速搭建gitlab私服
下载镜像dockerpullgitlab/
gitlab-ce
使用镜像镜像中有三个目录用于保存gitlab的数据,出于安全考虑,应该使宿主机目录挂载这三个卷做持久化存储。如果出错保证数据不会丢失。
编程老司机
·
2023-10-17 22:45
gitlab版本升级
opt/gitlab/embedded/service/gitlab-rails/VERSION10.8.22、配置gitlab源cat/etc/yum.repos.d/gitlab-ce.repo[
gitlab-ce
烟花易冷0o
·
2023-10-17 03:27
gitlab
gitlab
运维
服务器
安装
Gitlab-ce
指定版本
需要安装
gitlab-ce
的14.4.2版本,操作系统el8。1、安装这个yum源。
CCH2023
·
2023-10-17 03:56
Git
Gitlab
gitlab
gitlab版本库安装
gitlab版本库安装下地址https://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
/yum/el7/https://packages.gitlab.com/gitlab
口袋里的小龙
·
2023-10-17 03:55
gitlab
gitlab
linux
运维
GitLab(1)——GitLab安装
打开8989端口并重启防火墙三、GitLab登录①访问GitLab的URL②输入用户名和密码一、使用设备设备:一台Centos虚拟机二、使用rpm包安装Gitlab国内清华源下载地址:Indexof/
gitlab-ce
Hemameba
·
2023-10-17 00:35
GitLab
软件安装
gitlab
gitlab主备同步_gitlab实现主备切换集群
历史:
gitlab-ce
是不支持分布式架构方案的,所以allinone的服务down后,服务无法迅速恢复rsync+PostgreSQL备份的方式实现快速切换serverip实现伪高可用主机列表192.168.102.7gitlab-master192.168.102.7gitlab-backup1
终于可以改名了
·
2023-10-16 08:59
gitlab主备同步
gitlab安装--数据备份迁移恢复
添加镜像地址#版本13.2.4vi/etc/yum.repos.d/gitlab-ce.repo#---------------------------------------------------[
gitlab-ce
清风陌a
·
2023-10-15 05:43
gitlab
jenkins
gitlab
linux
服务器
GitLab安装
Gitlab下载地址:国外:https://packages.gitlab.com/gitlab/
gitlab-ce
国内清华镜像:https://mirrors.tuna.tsinghua.edu.cn
Safe And Sound 521
·
2023-10-14 19:34
git
http
Gitlab 安装
docker方式安装
gitlab-ce
官网下载地址官网中还有基于k8s、helm、linux的安装方式,很好,需要就去点击吧步骤说明安装docker导入环境变量(当然自己手写指定也可以)创建目录运行gitlabimage
云海0478
·
2023-10-14 19:02
一周一个中间件
gitlab
GitLab维护和升级
升级到清华大学镜像下载apt包https://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
/ubuntu/pool/xenial/main/g/
gitlab-ce
/https
helywin
·
2023-10-14 10:33
gitlab
centos gitlab mysql_CentOS-7下yum安装
GitLab-CE
GitLab介绍gitlab不用说,大家都知道是做什么的,gitlab分为GitlabCommunityEdition(gitlab社区版又称
gitlab-ce
)、GitlabEnterpriseEdition
又可乐
·
2023-10-14 08:05
centos
gitlab
mysql
linux centos7
gitlab-ce
版本搭建
可以自行编写.sh文件把下面内容放入执行脚本。注意修改ip+端口注意最新版本没有引导去设置默认密码了https://docs.gitlab.com/ee/security/reset_user_password.html1.sudogitlab-rake"gitlab:password:reset"2.Enterusername为root3.Enterpassowrd自己设置的密码#!/bin/b
那一刻哎哎
·
2023-10-14 08:03
#
GitLab
centos8安装
gitlab-ce
知识了解:GitLab有三个不同的版本可用:CommunityEdition(CE)、EnterpriseEdition(EE)和GitLab托管版本。其中CE版本是开源免费的。EE版本是企业版,需要付费使用的。推荐:cpu核心数量为4核,内存大小为4GB,磁盘大小为60G1.安装gitlib前需要更新一下系统yumupdate-y2.安装和启用policycoreutils、openssh-se
东鹏特饮
·
2023-10-14 08:30
linux
linux
运维
nginx
centos
Centos7搭建
gitlab-ce
& gitlab-runner
一.安装gitlab社区版注意:
gitlab-ce
即为社区版,是免费的,gitlab-ee为企业版,是收费的1.安装sshdsudoyuminstall-ycurlpolicycoreutils-pythonopenssh-serversudosystemctlenablesshdsudosystemctlstartsshd2
chinoukin
·
2023-10-14 08:29
服务器
git
Linux
gitlab
gitlab-ce
gitlab-runner
Centos7安装
Gitlab-ce
(gitlab社区版)15+版本
弯路:在gitlab官网下载了gitlab-ee镜像,离了个大谱,gitlab-ee是企业版,我们要装的自然是社区版(免费)
gitlab-ce
正路:安装依赖(官方):sudoyuminstall-ycurlpolicycoreutils-pythonopenssh-serverperl
朴老师
·
2023-10-14 08:28
git
linux
黑猴子的家:Docker 安装 gitlab
1、根据官网的docker安装方式我们找到docker获取giblab-ce镜像的命令$dockerpullgitlab/
gitlab-ce
$dockerimages2、直接dockerrun创建和启动容器
黑猴子的家
·
2023-10-13 17:46
Linux CentOS8安装gitlab_ce步骤
1下载安装包wget--content-dispositionhttps://packages.gitlab.com/gitlab/
gitlab-ce
/packages/el/8/gitlab-ce-15.0.2
我可以将你更新哟
·
2023-10-13 12:03
Git
linux
gitlab
运维
【运维】一些团队开发相关的软件安装。
gitlab安装步骤(1)下载镜像,并且上传到服务器https://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
/yum/el7/gitlab-ce-16.2.8-ce.0
虹梦未来
·
2023-10-13 10:38
团队开发
「DevOps篇」-Centos7搭建GitLab
GitLab下载https://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
/yum/el7/本文使用版本:gitlab-ce-10.6.0-ce.0.el7.x86_64
无妄zxc
·
2023-10-12 08:21
gitlab-ce
14 初始密码无法登录
gitlab-ce-14安装好后,root用户的初始密码放在/etc/gitlab/initial_root_password文件中,但我用这个密码仍然登录失败。用下面的命令可快速重置root密码,已验证通过。gitlab-rake"gitlab:password:reset[root]"[root@localhostgitlab]#gitlab-rake"gitlab:password:rese
starzxf
·
2023-10-11 06:08
git
Gitlab-CE
8.1.x 安装手册 汉化
欢迎大家关注我的博客茄子分享网欢迎大家加群讨论点击链接加入群【GitLab交流群】概述Gitlab的安装过程主要包括以下组件的配置:安装软件包及解决依赖项Ruby环境Go系统用户数据库(Mysql/Postgresql)RedisGitlab-CENginx非必要条件:点击链接加入群【GitLab交流群】1.安装软件包及解决依赖项Debian系统默认是没有sudo的.确保你的系统已经更新到最新状态
chidianye1241
·
2023-10-09 04:05
全网最详细的本地搭建GitLab代码仓库教学
在Linux中安装
GitLab-Ce
。在Linux中安装GitLab-Runner在自己搭建的GitLab上面创建一个项目,然后拉取到本地然后提交之后实现自动化部署。
舒一笑
·
2023-10-09 01:47
我这样学运维
gitlab
centos7 配置gitlab
下载Gitlab的rpm包至本地可去选择合适的版本https://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
/yum/el7/安装yumlocalinstallgitlab-ce
笔生花
·
2023-10-08 20:22
gitlab
Kubernetes - - k8s - v1.12.3 持久化部署 GitLab 集成 OpenLDAP 登录
1,基本概念使用k8s安装
gitlab-ce
,采用GlusterFS实现持久化(注意PG使用的是NFS存储,使用动态存储重启postgresql的pod后无法成功启动pg,待解决),并集成了openLDAP
weixin_34037173
·
2023-10-02 20:32
git
运维
网络
【centos7】centos7卸载gitlab
yuminstall-ycurlpolicycoreutils-pythonopenssh-server2.安装lrzsz(如已经安装可忽略)yum-yinstalllrzsz3.下载rpm包cd/usr/localwgethttps://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
ooooooooooooooxiaosu
·
2023-10-01 21:12
gitlab
docker安装Gitlab及仓库ip端口问题解决方案
拉取镜像dockerpullbeginor/
gitlab-ce
:11.0.1-ce.0容器创建dockerrun-d-p8443:443-p9100:80-p8222:22--namegitlab--restartalways-v
LG代码O
·
2023-09-30 10:01
gitlab
docker
ip
dockerid
docker地址
《Git/Gitlab进阶》四:
gitlab-ce
设置SMTP
Gitlab-cesmtp设定在安装Omnibuspackage时,有推荐安装postfix搭建mail服务器。这可能比较麻烦。此外,使用gitlab作为简单版控工具或其它功能,大部分都不需要接收其它用户发送的邮件,而是发出邮件。例如用户注册需要验证用户账户,合并冲突发送给对应使用者提醒有冲突,重大任务分配设置邮件提醒指定开发者……考虑到这些功能gitlab主要是作为发件者,配置SMTP即可。gi
紫狐挽诗
·
2023-09-28 18:56
docker下gitlab安装配置使用(完整版)
参考:https://www.jianshu.com/p/080a962c35b6docker安装gitlab以及使用一、安装及配置1.gitlab镜像拉取#
gitlab-ce
为稳定版本,后面不填写版本则默认
bilibili良人
·
2023-09-24 17:18
centos 7 部署gitlab
1、更新yum源curl-shttps://packages.gitlab.com/install/repositories/gitlab/
gitlab-ce
/script.rpm.sh|sudobash
梦入玄机
·
2023-09-22 08:59
linux
gitlab
配置安装
linux上gitlab备份与还原
1.1添加镜像地址添加镜像地址的目的是为了提高国内用户软件下载的速度,编辑(新建)文件gitlab-ce.repo,指令:vi/etc/yum.repos.d/gitlab-ce.repo复制输入:[
gitlab-ce
有点东西且很多
·
2023-09-22 07:58
Linux专栏
linux
gitlab
运维
备份还原
Git学习笔记8
在清华源中下载
gitlab-ce
最新的版本:Indexof/
gitlab-ce
/yum/el7/|清华大学开源软件镜像站|TsinghuaOpenSou
CCH2023
·
2023-09-20 09:01
Git
git
如何搭建自己的gitlab服务器
安装1.配置yum源安装gitlabvim/etc/yum.repos.d/gitlab-ce.repo修改或新增下面配置并保存[
gitlab-ce
]name=GitlabCERepositorybaseurl
程序员允诺
·
2023-09-19 20:22
git篇
Java进阶
Linux系统
gitlab
服务器
运维
再次跨版本升级
Gitlab-CE
去年弄了一次跨版本的升级,Gitlab升级到11.11以上版本过程今天又弄了一次跨版本升级,过程记录此链接
lan120576664
·
2023-09-18 22:06
分享
gitlab
升级
跨版本
Docker 安装Gitlab
https://kitematic.com/github地址:https://github.com/docker/kitematic3、安装gitlab打开kitematic搜索gitlabe需要安装的是
gitlab-ce
躲在靴子里的猫
·
2023-09-16 12:56
K8s上安装
gitlab-ce
文章目录K8s上安装
gitlab-ce
操作如下gitlab-deployment.ymlK8s上安装
gitlab-ce
前言 使用pv-pvc来持久化gitlab的数据,配置,日志文件。
银痕
·
2023-09-15 06:54
Kubernetes
kubernetes
gitlab
容器
gitlab+jenkins自动化部署
1.安装gitlab拉取gitlab镜像dockersearchgitlabdockerpullgitlab/
gitlab-ce
查看镜像是否拉取成功dockerimages安装gitlabdockerrun-d-p443
冷十一
·
2023-09-11 15:14
jenkins
自动化
docker
CentOS8下安装配置GitLab
1.安装
GitLab-ce
社区版1.1安装依赖关系#sudodnfinstallpolicycoreutilsopenssh-serverpostfix1.2开启SSH并设置开机启动#systemctlenablesshd
喜糖先生
·
2023-09-10 19:16
rocky 9.2 安装
gitlab-ce
记录
一、下载访问https://packages.gitlab.com/gitlab/
gitlab-ce
可以下载对应的安装包,rockey9对应的el9这个os版本。
thinklog2018
·
2023-09-09 13:26
gitlab
Gitlab rpm包安装
1.Gitlabrpm包下载Indexof/
gitlab-ce
/yum/el7/|清华大学开源软件镜像站|TsinghuaOpenSourceMirror2.上传到服务器进行安装rpm-ivhgitlab-ce
MatrixRevolutions
·
2023-09-04 08:33
gitlab
linux
服务器
2021-05-24 -centos 搭建环境gitlab
1.配置服务器gitlab镜像位置新建/etc/yum.repos.d/gitlab-ce.repo[
gitlab-ce
]name=GitlabCERepositorybaseurl=https://mirrors.tuna.tsinghua.edu.cn
C_99f1
·
2023-09-01 19:49
内网gitlab升级攻略
gitlab-com.gitlab.io/support/toolbox/upgrade-path链接查看升级路径或点击此处查看升级路径2、下载对应版本rpm包https://packages.gitlab.com/gitlab/
gitlab-ce
智sir
·
2023-09-01 05:07
gitlab
gitlab升级
1.下载需要的版本wget-chttps://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
/yum/el7/gitlab-ce-15.7.6-ce.0.el7.x86_64
xiaodaiwang
·
2023-09-01 05:34
gitlab
linux
运维
gitlab相关端口配置
rpm安装包下载:Indexof/
gitlab-ce
/|清华大学开源软件镜像站|TsinghuaOpenSourceMirror我的环境是centos6,下载安装包的时候要看清;我需要进入yum/el6
**wenny-烂笔头**
·
2023-08-31 15:30
git
Centos7.9上(离线)安装Gitlab
1、下载Gitlab的rpm安装包Indexof/
gitlab-ce
/yum/el7/|清华大学开源软件镜像站|TsinghuaOpenSourceMirror2、安装rpm-igitlab-ce-10.0.0
提里奥丶弗丁
·
2023-08-31 06:30
gitlab
linux
运维
杂记 | 记录一次使用docker安装gitlab-runner的过程(馋哭了)
上集传送门:记录一次使用Docker安装
gitlab-ce
的过程(含配置交换内存)现在,gitlab-runner终于可以来了!
程序猿林仔
·
2023-08-27 23:15
杂记
docker
ci/cd
gitlab
在服务器上搭建gitlab
4.访问gitlab5.卸载gitlab最终效果展示:官方文档:安装部署GitLab服务1.在服务器上下载gitlabwgethttps://mirrors.tuna.tsinghua.edu.cn/
gitlab-ce
雾喔
·
2023-08-27 11:55
服务器
gitlab
运维
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他