blob: 54946bd7d4516138868dffb901f340b749c7d47e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
**************************************************************************
Kronolith has been installed in %%KRONOLITHDIR%% with your
blank configuration files.
Horde must be configured; if not, see `pkg_info -D -x horde'.
With PHP4:
If you choosed the mcal backend, libmcal must be configured with the driver
mstore for the user www:
- mkdir /var/calendar
- chmod 1777 /var/calendar
- htpasswd -c %%LOCALBASE%%/etc/mpasswd www
(this port has tried to make it for you, perhaps you'll just have to
check - see `pkg_info -D -x libmcal')
If you choose a database backend, you have to create some tables from the
SQL scripts in %%KRONOLITHDIR%%/scripts/sql.
WARNING! if you are upgrading from Kronolith v. 1.1.x, you have to alter
******** your schemas.
Please read the doc %%DOCSDIR%%/UPGRADING.
Please note that the MCAL back-end is deprecated!
To migrate from MCAL to SQL, you can use the provided script
%%KRONOLITHDIR%%/scripts/migrate_to_sql_driver.php
Finally, you must login to Horde as a Horde Administrator to finish the
configuration.
To protect your configuration files, you have to restart Apache.
**************************************************************************
|