Chinaunix首页 | 论坛 | 博客
  • 博客访问: 650820
  • 博文数量: 90
  • 博客积分: 10010
  • 博客等级: 上将
  • 技术积分: 2018
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-03 13:09
文章分类

全部博文(90)

文章存档

2010年(7)

2009年(23)

2008年(60)

我的朋友

分类: LINUX

2009-05-24 17:45:33

$ sudo apt-get install gitweb 
$ edit /etc/gitweb.conf
  
  # path to git projects (.git)
  $projectroot = "/home/lynn/public/"; (/home/lynn/public is also our DocumentRoot)
$ pushd /home/lynn/public
$ sudo ln -sf /usr/share/gitweb/* .
$ git clone --bare {somewhere} lynn.git
$ touch lynn.git/git-daemon-export-ok
$ cp lynn.git/hooks/post-update.sample lynn.git/hooks/post-update
$ chmod a+x lynn.git/hooks/post-update

open your brower,input 

 


you also can clone this repository on other machine:
git clone http://{your repository ip address}/lynn.git

阅读(1288) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~