blob: eff9c2bedcb741dd9e12499156a4244a523b3bf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ type: install
message: <<EOM
You will also need to configure Apache. Consider adding the following to
your httpd.conf:
Alias /gitphp/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
AllowOverride all
Allow from all
</Directory>
Then restart Apache: 'apachectl graceful'
Then visit 'http://localhost/gitphp/' in a web-browser and follow the
configuration instructions.
EOM
}
]
|