瞎折腾

搞事情

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

2013年3月14日

摘要: gitweb主要用于web browser方式的源代码浏览1.gitweb软件安装软件仓库见redhat 6 git 服务器 配置 (http)2.配置http 服务器编辑/etc/httpd/git.conf追加Alias /gitweb /var/www/gitweb<Directory /var/www/gitweb> Options ExecCGI AddHandler cgi-script cgi DirectoryIndex gitweb.cgi</Directory>3.准备gitweb.cgi脚本和资源cp -r /usr/share... 阅读全文
posted @ 2013-03-14 21:55 secularbird 阅读(1145) 评论(0) 推荐(0)