freebsd-ports/www/davical/files/pkg-message.in
John Marino ea3b3056c4 www/davical: Reorganize port to fix DOCS option, Fix Mac OS contacts.app
The DOCS option dumped the critical dba directory along with non-docs
directories scripts and config into DOCSDIR, which resulted in a broken
port if the user turned off the DOCS option.

Reorganize the port to put dba and scripts in DATADIR, and config in
EXAMPLESDIR and add the EXAMPLES option.  While here, use the @sample
keyword, clean up @dirrm, and tweak a bit.

The second PR fixes vcards on DAVICal servers for Mac OS 10.9.

PR:		187112
PR:		186502
2014-10-31 15:43:25 +00:00

20 lines
437 B
Text

To complete the installation of DAViCal:
1. Create DAViCal's database
su pgsql %%DATADIR%%/dba/create-database.sh
2. Edit pg_hba.conf file to add the davical_app user close to the
top of the accounts
local davical davical_app trust
3. Edit your config file in:
%%WWWDIR%%/config/config.php
4. Enable in apache by copying
%%DATADIR%%/httpd-davical.conf
to the Apache Include directory and restart Apache.