随笔分类 -  devops

摘要:redis 下载 https://download.redis.io/releases/ # 解压 tar -zxvf redis-5.0.14.tar.gz # 移动 mv redis-5.0.14 /usr/local/redis # 进入redis工作目录下 cd /usr/local/red 阅读全文
posted @ 2024-05-07 14:07 Ranger-dev 阅读(12) 评论(0) 推荐(0) 编辑
摘要:构建环境准备 jdk安装 http://www.codebaoku.com/jdk/jdk-install-linux.html # 备份 cp /etc/profile /etc/profile.bak # vim /etc/profile export JAVA_HOME=/usr/local/ 阅读全文
posted @ 2022-05-23 11:06 Ranger-dev 阅读(27) 评论(0) 推荐(0) 编辑
摘要:全局配置 //配置用户名 git config --global user.name "xxx" //配置邮箱 git config --global user.email "xx@xx.com" //让Git不要管Windows/Unix换行符转换的事 git config --global co 阅读全文
posted @ 2022-05-13 15:05 Ranger-dev 阅读(24) 评论(0) 推荐(0) 编辑
摘要:确定版本 sonarqube:7.8-community 是 sonar 对 jdk1.8 的最后一个版本。 从 7.9 以后 sonar 最低支持版本为 jdk 11。 从 7.9 以后 不再支持MySQL而推荐转向PostgreSQL 系统配置 sonarqube 内置es,需要修改系统配置 v 阅读全文
posted @ 2022-05-08 14:09 Ranger-dev 阅读(78) 评论(0) 推荐(0) 编辑
摘要:安装条件 最少4核4G 安装docker,docker-compose Harbor # 下载harbor安装包 解压 tar -zxvf harbor-offline-installer-v2.4.1.tgz -C /usr/local/ cd /usr/local/harbor/ cp harb 阅读全文
posted @ 2022-02-16 14:46 Ranger-dev 阅读(345) 评论(0) 推荐(0) 编辑
摘要:安装 极狐gitlab安装说明 安装最小条件 4核4G 否则502 安装docker,docker-compose gitlab轻量化运行方案 1. vim gitlab-compose.yml, 初始root密码最少8位 version: "3" services: gitlab: restart 阅读全文
posted @ 2022-02-16 14:32 Ranger-dev 阅读(99) 评论(0) 推荐(0) 编辑
摘要:Jenkins 安装说明 安装docker 配置docker信任私库 见Harbor mkdir -p ~/jenkins/jenkins_home mkdir -p ~/jenkins/build_tools chmod -R 777 ~/jenkins docker run \ -u root 阅读全文
posted @ 2022-02-12 18:54 Ranger-dev 阅读(65) 评论(0) 推荐(0) 编辑

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