mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f1589d9e4d
PR: 144271 Submitted by: Maurice Castro <maurice@atum.castro.aus.net> (maintainer)
19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
To complete the installation of DAViCal:
|
|
|
|
1. Create DAViCal's database
|
|
|
|
su pgsql %%DOCSDIR%%/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. Copy and edit your config file
|
|
|
|
cp %%WWWDIR%%/config/example-config.php %%WWWDIR%%/config/config.php
|
|
|
|
4. Enable in apache by copying the httpd-davical.conf from the
|
|
documentation directory to the Apache Include directory and restart
|
|
Apache.
|