1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/hotcrp/files/pkg-message.in
2014-06-09 01:49:14 +00:00

21 lines
577 B
Plaintext

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