newalan

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2018年7月9日

摘要: 参考http://www.cnblogs.com/tesky0125/p/5973642.html 1.安装gerrit replication插件 mkdir ~/tmp cp gerrit-2.14.war tmp cd tmp unzip gerrit-2.14.war cd WEB-INF/ 阅读全文
posted @ 2018-07-09 22:45 newalan 阅读(2507) 评论(0) 推荐(0)

摘要: 公司搭建的gitlab,通过http协议可以clone: [sisi@pre-srv24 gitlab]$ git clone http://gitlab.test.mycompany.com/dev_group/test_project1.gitCloning into 'test_project 阅读全文
posted @ 2018-07-09 22:25 newalan 阅读(1986) 评论(0) 推荐(1)

摘要: 1.安装gerrit [sisi@pre-srv44 ~]$ su - gerrit2Password: [gerrit2@pre-srv44 ~]$ lltotal 83872-rw-r--r-- 1 root root 85872756 Jun 6 09:58 gerrit-2.14.war-r 阅读全文
posted @ 2018-07-09 22:06 newalan 阅读(825) 评论(0) 推荐(0)

摘要: 1.安装依赖的其他包(0)gcc gcc-c++yum install gcc-c++##yum install -y make cmake gcc gcc-c++ (1)zlib wget http://zlib.net/zlib-1.2.11.tar.gz tar zxvf zlib-1.2.1 阅读全文
posted @ 2018-07-09 22:03 newalan 阅读(115) 评论(0) 推荐(0)