aboutsummaryrefslogblamecommitdiff
path: root/databases/mantis/files/pkg-message.in
blob: 2c132de778de4e69cc36fb80b92b0d9bf92a9c64 (plain) (tree)
1
2
3
4
5
6
7
8
9
 


                                                             
                  
 

                                                         
 
                                
 
                             






                          
                                           
                                                             
 

=============================================================
Everything has been installed to:
	 
	%%WWWDIR%%

To make Mantis available through your web site, I suggest
that you add something like the following to httpd.conf:

    Alias /mantis/ "%%WWWDIR%%/"

    <Directory "%%WWWDIR%%/">
        Options None
  	AllowOverride None
 
        Order Allow,Deny
        Allow from all
    </Directory>

Also be sure to read %%WWWDIR%%/doc/INSTALL
=============================================================