List for cgit developers and users
 help / color / mirror / Atom feed
From: john at keeping.me.uk (John Keeping)
Subject: cgit: No repositories found
Date: Mon, 26 Sep 2016 15:15:11 +0100	[thread overview]
Message-ID: <20160926141511.GG1673@john.keeping.me.uk> (raw)
In-Reply-To: <2006118398.636483.1474674085378@mail.yahoo.com>

Please try to send plain text email, I've had to reformat this heavily
to make it readable.

On Fri, Sep 23, 2016 at 11:41:25PM +0000, Gary Yang wrote:
> After I setup cgit. I got "No repositories found". It is CentOS 7.2 platform. Please help. Here are what I did.
> 
> 1. After installed gitolite, I got repos at /home/git/repositories/gitolite-admin.git and testing.git
> 
> #Repositories permission:
> ls -alF /home/gits
> drwxrwxrwx.  5 git git 70 Sep 23 15:19 repositories
> 
> #Repositories permission:
> ls -alF repositories
> drwxrwxrwx.  8 git git 4096 Sep 22 17:46 gitolite-admin.git/
> drwxrwxrwx.  7 git git 4096 Sep 22 17:46 testing.git/
> 
> ls -alF /home/git/projects.list
> -rw-rw-r--. 1 git git 46 Sep 23 15:00 /home/git/projects.list
> cat /home/git/projects.list
> testing.gitgitolite-admin.git
> 
> 2. After installed cgit, changed line below in default cgitrc

> clone-url=git://servergit01/$CGIT_REPO_URL git at servergit01:$CGIT_REPO_URL
> 
> Added 3 lines to default cgitrc at the bottom.
> enable-git-config=1
> project-list=/home/git/projects.list
> scan-path=/home/git/repositories

> In /etc/httpd/conf/httpd.conf
> <IfModule alias_module>
>    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"</IfModule>
>    IncludeOptional conf.d/*.conf
> <Directory "/var/www/htdocs/cgit/">
>    AllowOverride None
>    Options +ExecCGI
>    Order allow,deny
>    Allow from all
> </Directory>
> 3. Copied /var/www/htdocs/cgit/cgit.cgi to /var/www/cgi-bin/cgit

> cp /var/www/htdocs/cgit/cgit.cgi to /var/www/cgi-bin/cgit
> 
> However, I got "No repositories found" when I hit the page: http://servergit01/cgit
> Please help.

This all looks sensible, but the upstream CGit project does not ship a
default cgitrc, so you must be using something provided by your
distribution.  I can't say what other options may be set there.

One option that might be relevant is "strict-export", if that is set
there are additional requirements for repositories to be displayed.


  reply	other threads:[~2016-09-26 14:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2006118398.636483.1474674085378.ref@mail.yahoo.com>
2016-09-23 23:41 ` garyyang6
2016-09-26 14:15   ` john [this message]
2016-09-26 17:36     ` garyyang6
     [not found] <937292764.2443445.1475097392201.ref@mail.yahoo.com>
2016-09-28 21:16 ` garyyang6

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160926141511.GG1673@john.keeping.me.uk \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).