diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-06-03 18:31:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-03 10:00:24 -0700 |
commit | 80b4dfeeb2512d5b6d44b7f6eb72b77222072ec2 (patch) | |
tree | 88c41283cb461f546f33663f4582397645681cd1 /gitweb/INSTALL | |
parent | 560869e32103945f680e0f390fc2062e66b3d04a (diff) | |
download | git-80b4dfeeb2512d5b6d44b7f6eb72b77222072ec2.tar.gz |
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>
Diffstat (limited to 'gitweb/INSTALL')
-rw-r--r-- | gitweb/INSTALL | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/gitweb/INSTALL b/gitweb/INSTALL index 2346aad088..c5236fee9d 100644 --- a/gitweb/INSTALL +++ b/gitweb/INSTALL @@ -25,6 +25,21 @@ The above example assumes that your web server is configured to run 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 ------------------------ @@ -347,21 +362,6 @@ $projects_list variable in gitweb config): 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |