摘要: 参考链接:https://qtdebug.com/mac-centos7-libreoffice/ https://blog.csdn.net/diyiday/article/details/79852923 https://www.jianshu.com/p/90dbf66c424a 下载: 访问 阅读全文
posted @ 2020-03-09 13:02 尽 阅读(3112) 评论(0) 推荐(0) 编辑
摘要: 1.下载Tomee http://tomee.apache.org/downloads.html 下载上传服务器 或者右击复制url 服务器执行 wget https://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2 阅读全文
posted @ 2020-03-09 11:56 尽 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 1.构建--》增加构建步骤--》执行shell 2.编写shell脚本 #进入代码文件夹 #test为jenkins建立任务的名称 cd test #进入moudle1包中 cd moudle1 #maven打包,发布artifactory仓库 mvn clean deploy tomee:run 阅读全文
posted @ 2020-03-09 11:41 尽 阅读(316) 评论(0) 推荐(0) 编辑
摘要: ❤️ 使用 Docker 部署 Artifactory 1、获取 artifactory-oss 镜像 docker pull docker.bintray.io/jfrog/artifactory-oss 2、创建数据卷 例如在 ~/docker/volume/artifactory 路径下执行 阅读全文
posted @ 2020-03-09 09:13 尽 阅读(6436) 评论(0) 推荐(0) 编辑
摘要: 一、先介绍正向代理和反向代理 正向代理 反向代理 二、安装反响代理得到固定域名 http://www.xiaomiqiu.cn/ 三、Jenkins与Github集成 配置前要求: 1.Jenkins已经安装Github插件 2.Jenkins服务器已经拥有一个公网IP地址(如果没有公网IP则需要安 阅读全文
posted @ 2020-03-09 09:02 尽 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 由于某些原因,代码暂不开源 代码参考:https://github.com/hixichen/docker_based_cloudlet Docker checkpoint参考:https://www.jianshu.com/p/2b288415896c Docker swarm参考:https:/ 阅读全文
posted @ 2020-03-09 08:59 尽 阅读(349) 评论(0) 推荐(0) 编辑