ports/devel/gitlist/files/pkg-message.in
Fernando Apesteguía 29ecddac0f devel/gitlist: update to 1.0.2
Maintainer changes email address.

PR:	254377
Reported by:	freebsd-ports@andre.rikkertdekoe.nl (maintainer)
2021-04-17 14:12:19 +02:00

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