随笔分类 -  DevOps

摘要:1. 官网文档 https://secure.phabricator.com/book/phabricator/article/configuration_guide/ 2. 安装apache2 sudo apt-get install dpkg-dev sudo apt-get install a 阅读全文
posted @ 2021-12-16 13:57 代码诠释的世界 阅读(202) 评论(0) 推荐(0) 编辑
摘要:1. 问题 我直接删除了Nginx各个目录的文件,然后再次安装失败 2. 处理,需要删除相关Nginx模块后,才能重信安装 sudo apt-get --purge remove nginx sudo apt-get autoremove# 查看Nginx系统模块,已安装的全部卸载 dpkg --g 阅读全文
posted @ 2021-12-15 16:02 代码诠释的世界 阅读(191) 评论(1) 推荐(1) 编辑
摘要:1. 安装 sudo apt update sudo apt install mysql-server mysql-client 2. 查看密码 master@master:~$ sudo cat /etc/mysql/debian.cnf # Automatically generated for 阅读全文
posted @ 2021-12-15 13:38 代码诠释的世界 阅读(1621) 评论(0) 推荐(0) 编辑
摘要:1. 问题现象 2. 问题分析 这个问题的原因可能有很多, 但主要是配置问题 我这个主要是由于我配置了Filter branch 把分支过滤了,导致的报错 3. 其他原因 1. 可能是jenkins的Secret token没生成或者没配置 2. 可能是gitlab的webhook配置错误 阅读全文
posted @ 2021-12-15 11:06 代码诠释的世界 阅读(1620) 评论(0) 推荐(0) 编辑
摘要:1. 问题现象, 添加webhook的时候报错 2. 处理方法 勾选保存即可 阅读全文
posted @ 2021-12-15 10:53 代码诠释的世界 阅读(175) 评论(0) 推荐(0) 编辑
摘要:1. 官网 https://secure.phabricator.com/ 2. docker安装 https://docs.docker.com/engine/install/ubuntu/ 3. docker安装mysql docker run -d \ -p 3306:3306 \ --nam 阅读全文
posted @ 2021-12-14 15:26 代码诠释的世界 阅读(658) 评论(0) 推荐(1) 编辑
摘要:1. 官方插件地址 http://updates.jenkins.io/update-center.json 2. 国内镜像地址 http://mirror.xmission.com/jenkins/updates/update-center.json https://mirrors.tuna.ts 阅读全文
posted @ 2021-12-13 16:23 代码诠释的世界 阅读(113) 评论(0) 推荐(0) 编辑
摘要:1. 配置方法 # 执行命令 ssh-copy-id tester@192.168.10.248 sudo service ssh restart # 重新登录 ssh tester@192.168.10.248 参考链接: https://blog.csdn.net/liangzc1124/art 阅读全文
posted @ 2021-12-09 20:30 代码诠释的世界 阅读(244) 评论(0) 推荐(0) 编辑
摘要:1. 安装jenkins wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add - sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable b 阅读全文
posted @ 2021-12-09 19:53 代码诠释的世界 阅读(84) 评论(0) 推荐(0) 编辑
摘要:1. 安装步骤 # 下载链接wget --content-disposition https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/bionic/gitlab-ce_14.5.2-ce.0_amd64.deb/download. 阅读全文
posted @ 2021-12-09 19:50 代码诠释的世界 阅读(242) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示