- Add LICENSE - Use GitHub mirrors - Cnvert to staging - Properly handle configuration file PR: ports/182539 Submitted by: Maurice Castro <maurice@atum.castro.aus.net> (maintainer)
18 lines
459 B
Text
18 lines
459 B
Text
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. Edit your config file in:
|
|
|
|
%%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.
|