forked from Lainports/freebsd-ports
20 lines
400 B
Text
20 lines
400 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|