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

18 lines
343 B
Text

[
{ type: install
message: <<EOM
cgit has been successfully installed.
To enable cgit in Apache, use something like the following:
<Directory "%%WWWDIR%%/">
AllowOverride None
Options +ExecCGI
Require all granted
</Directory>
Documentation and sample configuration can be found
in %%DOCSDIR%%/cgitrc.5.txt.
EOM
}
]