freebsd-ports/databases/mantis/files/pkg-message.in
Martin Wilke 3161ba348e - Update to 1.0.5
PR:		ports/101382
Submitted by:	Kian Mohageri <kian.mohageri(at)gmail.com>
Approved by:	krion (mentor), maintainer
2006-08-24 10:59:21 +00:00

22 lines
567 B
Text

=============================================================
Everything has been installed to:
%%PREFIX%%/%%MANTISDIR%%
To make Mantis available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /mantis/ "%%PREFIX%%/%%MANTISDIR%%/"
<Directory "%%PREFIX%%/%%MANTISDIR%%/">
Options None
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Also be sure to read %%PREFIX%%/%%MANTISDIR%%/doc/INSTALL
=============================================================