摘要: 执行命令 set enforce 0 阅读全文
posted @ 2016-09-06 16:16 干货市场 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 几个工具的安装部分就不在此介绍了! jenkins配置: 1、插件安装 2、root私钥配置 3、构建job配置 4、部署job配置 5、测试job配置 7、jenkins全局工具配置 8、jenkins系统配置 8.1 sonar Linux节点配置 gitlab配置 阅读全文
posted @ 2016-07-22 13:59 干货市场 阅读(960) 评论(0) 推荐(0) 编辑
摘要: <?xml version='1.0' encoding='utf-8'?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文
posted @ 2016-07-20 10:25 干货市场 阅读(1997) 评论(0) 推荐(0) 编辑
摘要: java -jar cms-exporter-0.0.1-SNAPSHOT.jar --spring.config.location=classpath:./config 阅读全文
posted @ 2016-07-14 17:34 干货市场 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ps aux | grep tomcat | grep -v "grep" | awk '{print $2}' 阅读全文
posted @ 2016-07-14 17:22 干货市场 阅读(359) 评论(0) 推荐(0) 编辑
摘要: SVN to git 配置用户: #git config --global user.name "root"#git config --global user.email "admin@example.com" 执行如下步骤: 1、 git svn clone http://192.168.1.1/ 阅读全文
posted @ 2016-07-08 15:57 干货市场 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 我遇到的其中一个问题。 问题描述: 在git push -u origin master是,提示“error: The requested URL returned error: 401 Unauthorized while accessing” 可能的解决: 1、查看当前目录,是否为git svn 阅读全文
posted @ 2016-07-08 15:49 干货市场 阅读(589) 评论(0) 推荐(0) 编辑
摘要: docker只支持CentOS7.x系统,所以近期根据docker官网指南自己搭建了一套,供大家参考。 1、部署Centos7.x系统,查看系统版本。 2、执行 sudo yum update 更新到最新的开发包。 3、配置docker.repo文件 $ sudo tee /etc/yum.repo 阅读全文
posted @ 2016-07-05 10:33 干货市场 阅读(113) 评论(0) 推荐(0) 编辑
摘要: docker只支持CentOS7.x系统,所以近期根据docker官网指南自己搭建了一套,供大家参考。 1、部署Centos7.x系统,查看系统版本。 2、执行 sudo yum update 更新到最新的开发包。 3、配置docker.repo文件 $ sudo tee /etc/yum.repo 阅读全文
posted @ 2016-07-05 10:32 干货市场 阅读(96) 评论(0) 推荐(0) 编辑