List for cgit developers and users
 help / color / mirror / Atom feed
* No repositories found
@ 2012-03-10  1:06 tech.herry
  2012-03-10  1:26 ` tech.herry
  2012-03-10  1:30 ` jamie.couture
  0 siblings, 2 replies; 4+ messages in thread
From: tech.herry @ 2012-03-10  1:06 UTC (permalink / raw)


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 git at git.server.com: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 git at git.server.com: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/ git at git.server.com:
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 herry at server.com
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



^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <1883880790.2405652.1475100494275.ref@mail.yahoo.com>]

end of thread, other threads:[~2016-09-28 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-10  1:06 No repositories found tech.herry
2012-03-10  1:26 ` tech.herry
2012-03-10  1:30 ` jamie.couture
     [not found] <1883880790.2405652.1475100494275.ref@mail.yahoo.com>
2016-09-28 22:08 ` garyyang6

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).