opnsense-ports/www/davical/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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.