freebsd-ports/www/hotcrp/files/pkg-message.in
2011-09-30 02:58:59 +00:00

22 lines
621 B
Text

***********************************************************************
* POST INSTALL CONFIGURATION *
***********************************************************************
Please note that everything has been installed in %%WWWDIR%%.
Read %%WWWDIR%%/README.
You will probably want to add an alias to your httpd.conf file, something
like this:
Alias /hotcrp %%WWWDIR%%
AcceptPathInfo On
<Directory %%WWWDIR%%>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
And restart Apache.