Hi, I hit the 'No repositories found' when setup cgit+gitolite on Ubuntu 10.
Seems gitolite is running well. I can push repo to server. git push --all [email protected]:scripting Counting objects: 134, done. Delta compression using up to 4 threads. Compressing objects: 100% (132/132), done. Writing objects: 100% (134/134), 79.92 KiB, done. Total 134 (delta 48), reused 0 (delta 0) To [email protected]:scripting * [new branch] master -> master Here is my cgit configure: *cat /etc/cgitrc *remove-suffix=1 cache-size=0 clone-prefix=http://git.server.com/ [email protected]: source-filter=/usr/lib/cgit/filters/syntax-highlighting.sh readme=README root-title=My CGIT root-desc=My personal git repo project-list=/home/git/projects.list scan-path=/home/git/repositories enable-index-links=1 *gitolite files:* -rw-r----- 1 git git 0 2012-03-09 16:53 projects.list drwxr-x--- 5 git git 4096 2012-03-09 16:53 repositories *Apache setting for cgit:* cat /etc/apache2/sites-available/cgit <VirtualHost *:80> ServerAdmin [email protected] ServerName git.server.com #ServerName 127.0.0.1 DocumentRoot /var/www/htdocs/cgit/ <Directory /var/www/htdocs/cgit/> AllowOverride None Options +ExecCGI Order allow,deny Allow from all </Directory> Alias /cgit.png /var/www/htdocs/cgit/cgit.png Alias /cgit.css /var/www/htdocs/cgit/cgit.css ScriptAlias / "/var/www/htdocs/cgit/cgit.cgi/" RewriteRule ^$ / [R] RewriteRule ^/(.*)$ /cgit.cgi/$1 [PT] ErrorLog /var/log/apache2/cgit-error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/cgit-access.log combined </VirtualHost> *gitolite-admin config:* cat conf/gitolite.conf repo gitolite-admin RW+ = herrykey repo testing RW+ = @all repo scripting RW+ = herrykey ls keydir/ herrykey.pub _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
