上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页
摘要: 首先需要安装Redis所需要的依赖: yum install -y gcc tcl 然后将课前资料提供的Redis安装包上传到虚拟机的任意目录: 例如,我放到了/tmp目录: tar -xzf redis-6.2.4.tar.gz cd redis-6.2.4 make && make instal 阅读全文
posted @ 2022-08-09 09:43 401335990 阅读(55) 评论(0) 推荐(0)
摘要: 192.168.2.1是iSCSI 服务器的地址 192.168.2.128 是vsphere 上的端口组的 IP 阅读全文
posted @ 2022-08-03 16:59 401335990 阅读(53) 评论(0) 推荐(0)
摘要: 首先填写仓库地址: 其次,填写构建步骤 打包,跳过测试 至此,构建完成, 下面进行发布: 选择要发布的服务器 及 文件 其中192.168.66.130是之前配置好的,如下所示: 如图,文件已经复制过来 接下来,将拉取过来的文件制作生成镜像包, 如此操作,需先通过IDEA 软件,配置dockerfi 阅读全文
posted @ 2022-07-28 20:02 401335990 阅读(283) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-28 18:52 401335990 阅读(49) 评论(0) 推荐(0)
摘要: 需要先安装Jenkins 插件Credentials Binding 1、Manage Jenkins(管理jenkins) >Manage Credentials(管理凭据) >Stores scoped to Jenkins(存储范围) 全局 >添加凭据 > 阅读全文
posted @ 2022-07-28 18:49 401335990 阅读(388) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-28 16:44 401335990 阅读(47) 评论(0) 推荐(0)
摘要: JDK自行上面搜索下载,MAVEN下载地址https://maven.apache.org/download.cgi下载linux 版本压缩包 .tar.gz文件 把JDK及maven包解压,tar zxvf xxx -C /opt/ 修改环境变量: export MAVEN_HOME=/opt/m 阅读全文
posted @ 2022-07-16 15:43 401335990 阅读(1281) 评论(0) 推荐(0)
摘要: 1、jenkins 配置git jenkins拉取代码首先要安装git插件,git parameter 插件 2、接下来配置JDK及MAVEN Manage Jenkins(管理jenkins) >Global tool configuration 接下来添加maven: 接下来jenkins安装p 阅读全文
posted @ 2022-07-16 11:38 401335990 阅读(54) 评论(0) 推荐(0)
摘要: GET _cat/shardsGET _cat/indices?vGET _cat/health?vGET _cat/shards?vGET _cat/nodes?vPUT your2_index{ "settings": { "number_of_shards": 3 , "number_of_r 阅读全文
posted @ 2022-06-15 10:49 401335990 阅读(21) 评论(0) 推荐(0)
摘要: [root@linux1 bin]# ./logstash -e 'input { stdin{}} output{stdout{codec => rubydebug}}' 测试自定义语法是否正确 把最后的 -t 去掉,正式启动 阅读全文
posted @ 2022-06-15 10:48 401335990 阅读(43) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页