logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux 安装gitlab(一) 安装篇

公司需要搭建gitlab供项目使用,没办法(⊙﹏⊙),只有我搭建了,在这里记录一下搭建的过程及遇到的问题(●ˇ∀ˇ●):下载git-ee镜像:有很多版本,我下载的是12.0.0的版本wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ee/yum/el7/gitlab-ee-12.0.0-ee.0.el7.x86_64.rpm开启防...

Linux Jenkins + Maven + Git 自动化

前提:需要JDK、Maven、Jenkins、Git环境Linux安装JDKLinux安装MavenLinux安装GitLab(一)安装篇Linux安装GitLab(二)汉化篇这里介绍安装Jenkins:下载rpm,我下载到/usr/localwget https://pkg.jenkins.io/redhat-stable/jenkins-2.204.1-1.1.noarch....

gitlab自身的nginx与nginx冲突解决方案

说明:我首先安装的时nginx,然后安装的gitlab,然后访问服务器ip时,跳到的是nginx欢迎页面解决方案:vim /var/opt/gitlab/nginx/conf/gitlab-http.conf修改这个端口号,保存退出重启gitlabgitlab-ctl reconfiguregitlab-ctl restart重启之后访问ip:端口号,我在这里还是不行,问题是...

Unit iptables.service could not be found.(防火墙问题)

问题:查看防火墙状态出现:Unit iptables.service could not be found.解决方案:安装iptables-servicesyum install iptables-services2. 启动iptablessystemctl enable iptablessystemctl start iptables现在执行查看防火墙状态,停止,启...

Linux安装GitLab、Maven、Redis、Nginx、MySQL、JDK教程

GitLinux安装GitLab(一)安装篇Linux安装GitLab(二)汉化篇Linux安装GitLab(三)上传项目到Git卸载GitLabLinuxGit 问题总结GitLab自身nginx与安装的Nginx冲突问题MavenLinux安装MavenRedisLinux安装RedisNginxLinux安装NginxMySQLLinux安装MySQLJDK...

-bash: git: command not found

执行命令:yum install -y git

Failed to instantiate [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans]: F

问题:Failed to instantiate [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans]: Factory method 'configurationPropertiesBeans' threw exception; nested exception is java.lang.NoCla

kafka报错:Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected

这是一个惨痛的教训就在昨天我和我四个同事因为这个问题搞到了夜里十一点半,啊啊啊啊啊!!!太恶心了!!!在启动工程时,kafka报这个错误,在配置文件中配置kafka的依赖,和另一个服务器上配置的一模一样,但是在这个服务器上启动此工程就会出现这个问题????问题原因:kafka的版本有问题,在另一个服务器上使用的是2.1版本的kafka,但是在此台服务器上使用的是2.6版本的kafka,所以需要添加

暂无文章信息