mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Maintainer changes email address. PR: 254377 Reported by: freebsd-ports@andre.rikkertdekoe.nl (maintainer)
13 lines
396 B
Text
13 lines
396 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The port will install an htdocs dir %%WWWDIR%%.
|
|
Copy %%WWWDIR%%/config.ini-example
|
|
to %%WWWDIR%%/config.ini and
|
|
edit it to make it use your git repositories.
|
|
Then configure your webserver to use the htdocs directory.
|
|
Make sure mod_rewrite is enabled in your webserver,
|
|
else the url-rewrite will not work and result in a 404 when accessing a repository.
|
|
EOM
|
|
}
|
|
]
|