上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 40 下一页
摘要: 后面尝试ms模式部署多台jenkins 安装jenkins:(hudson是jenkins的商业版) cd /etc/yum.repos.d/ wget http://pkg.jenkins.io/redhat/jenkins.repo rpm --import http://pkg.jenkins 阅读全文
posted @ 2017-03-28 17:00 _毛台 阅读(211) 评论(0) 推荐(0)
摘要: 持续集成一直很蛋疼,感觉没底. 几个方面来写 1,搭建gitlab 配邮箱 域名等使之好用 2,搭建jenkins –yum,安装常见插件 3,搭建sonar,汉化 4,安装sonar-scanner 0,实现sonar-scanner能手动扫描,在sonar界面可以看到评测结果 1,实现jenki 阅读全文
posted @ 2017-03-28 16:55 _毛台 阅读(145) 评论(0) 推荐(0)
摘要: 安装sonar: 下载地址:https://www.sonarqube.org/downloads/ wget https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.6.zip unzip sonarqube-5.6.z 阅读全文
posted @ 2017-03-28 16:51 _毛台 阅读(4471) 评论(0) 推荐(0)
摘要: gitlab安装配置 参考: https://www.unixhot.com/article/48 原则:简单维护为准,故yum安装gitlab 1,gitlab安装 2,gitlab邮箱配置 1,gitlab安装 yum install curl policycoreutils openssh-s 阅读全文
posted @ 2017-03-28 13:46 _毛台 阅读(632) 评论(0) 推荐(0)
摘要: http://www.infoq.com/cn/articles/test-coverage-rate-role 代码覆盖率?coverage http://www.cnblogs.com/coderzh/archive/2009/03/29/1424344.html 简单粗暴的理解是 写了多少代码,每次执行的时候哪些是瓷锤代码从未被执行过. 执行的code/总代码=代码覆盖率. 事实... 阅读全文
posted @ 2017-03-27 15:56 _毛台 阅读(144) 评论(0) 推荐(0)
摘要: git学习资料比较好的有廖雪峰的教程 还有2个动画教程: https://www.zhihu.com/question/38008771  git-scm  廖雪峰-Git教程  git-for-windows  GitHub 添加 SSH keys  gogithub  git常规命令 阅读全文
posted @ 2017-03-27 09:16 _毛台 阅读(1411) 评论(0) 推荐(0)
摘要: sj是公司产品bug管理 wiki一体化系统 ,很刁. 安装: http://www.cnblogs.com/chorulex/p/5381558.html 升级: https://phabricator.webfuns.net/book/phabricator/article/upgrading/ http://chengchang.me/2014/07/11/migrating-an... 阅读全文
posted @ 2017-03-22 18:24 _毛台 阅读(432) 评论(0) 推荐(0)
摘要: 1. 下载Git-completion.bash github地址:https://github.com/markgandolfo/git-bash-completion.git 2. copy到用户根目录~/ cp git-completion.bash ~/.git-completion.bash 3. 使之生效 source ~/.git-completion.bash 4. 修改~/.... 阅读全文
posted @ 2017-03-22 09:52 _毛台 阅读(778) 评论(0) 推荐(0)
摘要: 相对yum安装,pip安装的好处是jinjia版本到了2.8 pip安装ansible Successfully installed MarkupSafe-1.0 PyYAML-3.12 ansible-2.2.1.0 jinja2-2.8.1 paramiko-2.1.2 pyasn1-0.2.3 阅读全文
posted @ 2017-03-17 17:22 _毛台 阅读(526) 评论(0) 推荐(0)
摘要: yum install mariadb-server mariadb -y 修改配置: [mysqld] default-storage-engine = innodb innodb_file_per_table character-set-server = utf8 collation-server = utf8_general_ci init-connect = 'SE... 阅读全文
posted @ 2017-03-02 10:18 _毛台 阅读(236) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 40 下一页