freebsd-ports/www/owncloud/files/pkg-message.in
Kevin Lo c9c5f38dcd Initial import of owncloud.
Owncloud is a personal cloud which runs on your own server.
2011-10-14 10:32:33 +00:00

21 lines
567 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 /owncloud %%WWWDIR%%
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
And restart Apache.