摘要:
@http://www.inanu.net/post/742.html这几天研究 Puppet,刚好需要搭建一个 Git Repository。把过程及遇到的问题简答记录一下。环境:CentOS 6.2 x86_641. 安装 RPM[root@c1.inanu.net]# yum install httpd[root@c1.inanu.net]# yum install git git-daemon此处安装 httpd 和 gitweb 是为了能够通过 web 对 git 进行方便的浏览、管理。正好 apache 也可以用来替换掉 puppet 自带的 WEBrick,一举两得了。2. 配置 阅读全文