blob: 8b0c589f29e19831d32c1fe8f03ccced7d794fb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
If you installed the GITWEB option please follow these instructions:
In the directory %%EXAMPLESDIR%%/gitweb you can find all files to
make gitweb work as a public repository on the web.
All you have to do to make gitweb work is:
1) Please be sure you're able to execute CGI scripts in
%%EXAMPLESDIR%%/gitweb.
2) Set the GITWEB_CONFIG variable in your webserver's config to
%%ETCDIR%%/gitweb.conf. This variable is passed to gitweb.cgi.
3) Restart server.
If you installed the CONTRIB option please note that the scripts are
installed in %%PREFIX%%/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
EOM
}
]
|