mirror of
https://github.com/git/git.git
synced 2025-03-16 23:37:41 +00:00
gitweb: Move "Requirements" up in gitweb/INSTALL
This way you can examine prerequisites at first glance, before detailed instructions on installing gitweb. Straightforward text movement. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
560869e321
commit
80b4dfeeb2
@ -25,6 +25,21 @@ The above example assumes that your web server is configured to run
|
|||||||
scripts).
|
scripts).
|
||||||
|
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
------------
|
||||||
|
|
||||||
|
- Core git tools
|
||||||
|
- Perl
|
||||||
|
- Perl modules: CGI, Encode, Fcntl, File::Find, File::Basename.
|
||||||
|
- web server
|
||||||
|
|
||||||
|
The following optional Perl modules are required for extra features
|
||||||
|
- Digest::MD5 - for gravatar support
|
||||||
|
- CGI::Fast and FCGI - for running gitweb as FastCGI script
|
||||||
|
- HTML::TagCloud - for fancy tag cloud in project list view
|
||||||
|
- HTTP::Date or Time::ParseDate - to support If-Modified-Since for feeds
|
||||||
|
|
||||||
|
|
||||||
Build time configuration
|
Build time configuration
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
@ -347,21 +362,6 @@ $projects_list variable in gitweb config):
|
|||||||
perl -- /var/www/cgi-bin/gitweb.cgi
|
perl -- /var/www/cgi-bin/gitweb.cgi
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
|
||||||
------------
|
|
||||||
|
|
||||||
- Core git tools
|
|
||||||
- Perl
|
|
||||||
- Perl modules: CGI, Encode, Fcntl, File::Find, File::Basename.
|
|
||||||
- web server
|
|
||||||
|
|
||||||
The following optional Perl modules are required for extra features
|
|
||||||
- Digest::MD5 - for gravatar support
|
|
||||||
- CGI::Fast and FCGI - for running gitweb as FastCGI script
|
|
||||||
- HTML::TagCloud - for fancy tag cloud in project list view
|
|
||||||
- HTTP::Date or Time::ParseDate - to support If-Modified-Since for feeds
|
|
||||||
|
|
||||||
|
|
||||||
Example web server configuration
|
Example web server configuration
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user