From: Jakub Narebski <jnareb@gmail.com>
To: delux <jared@2ndnaturestudio.com>
Cc: git@vger.kernel.org
Subject: Re: Gitweb
Date: Fri, 12 Sep 2008 06:27:30 -0700 (PDT) [thread overview]
Message-ID: <m3r67po5ps.fsf@localhost.localdomain> (raw)
In-Reply-To: <19455112.post@talk.nabble.com>
delux <jared@2ndnaturestudio.com> writes:
> I posted on another subject before and thanks to all who replied to
> that, Now I want to put gitweb on my server and have read everything
> to do it but cant seem to find the files. I know that it is supposed
> to be bundled with git but I am not the one who installed git, so is
> there anywhere I can get the gitweb files?
First, what operating system, and in the case of Linux what
distribution do you use? For example both Fedora Core and Debian (so
also all Debian-derived distributions like Ubuntu) have gitweb*
package; so it should be very simple to install this.
Because installing CGI script (or legacy mod_perl script) differs from
distribution to distribution, therefore stock RPMS from kernel.org
doesn't create gitweb package. So you would have to either download
source tarball, or clone git repository, read gitweb/INSTALL and then
run
$ make gitweb/gitweb.cgi <options>
or
$ make configure && ./configure && make gitweb/gitweb.cgi
and simply copy the files (there is no install target for gitweb) as
described, ensuring that web server is configured to run CGI scripts
(or mod_perl scripts).
You can see gitweb at work at http://git.debian.org, and modified
gitweb at http://git.kernel.org and http://repo.or.cz.
--
Jakub Narebski
Poland
ShadeHawk on #git
next prev parent reply other threads:[~2008-09-12 13:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-12 12:48 Gitweb delux
2008-09-12 13:27 ` Jakub Narebski [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-28 23:56 gitweb rh
2012-10-29 5:28 ` gitweb Jeff King
2012-10-29 7:12 ` gitweb Jakub Narębski
2012-10-29 7:14 ` gitweb Jeff King
2005-10-15 19:31 gitweb Nico -telmich- Schottelius
2005-10-15 19:37 ` gitweb Nico -telmich- Schottelius
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=m3r67po5ps.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=jared@2ndnaturestudio.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).