hi,
I've installed gitolite and setup the gitweb,and could display git
repositories in /pub/gittrees/ through browser,when i try to setup the
gitolite&gitweb to display the git repositions in gitolite directory(/
home/git/repository/testing.git),it's noting in browser.is there some
way to setup or some Suggestions to me?

my setup on Service:
$ cat /etc/gitweb.conf
$projectroot='/home/testyyl/repositories/';
$projects_list= '/home/testyyl/projects.list';
$ cat /etc/httpd/conf.d/git.conf
Alias /gitweb /var/www/git
<Directory /var/www/git>
  Options +ExecCGI
  AddHandler cgi-script .cgi
  DirectoryIndex gitweb.cgi
  SetEnv  GITWEB_CONFIG  /etc/gitweb.conf
</Directory>

 setup on Client:
$ cat gitolite-admin/conf/gitolite.conf
        repo    gitolite-admin
                RW+     =   admin
        repo    testing
                RW+     =   gitweb

Thanks!
Dalin

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to