freebsd-ports/devel/gitphp/files/pkg-message.in
2019-08-13 16:01:59 +00:00

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
}
]