blob: 3b1c73a378e0062679030820ea6600e80ff3c845 (
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
|
##############################################################################
===> Cybercalendar post-port installation instructions:
To complete the installation of this port, please perform following actions
as root:
Mysql config:
mysqladmin -u root -p create calendar # "calendar" is your database name
mysql -u root -p mysql < %%LOCALBASE%%/cybercalendar/setup/db/caluser.sql
mysql -u root -p calendar < %%LOCALBASE%%/cybercalendar/setup/db/calendar.sql
Apache config:
Include %%LOCALBASE%%/cybercalendar/setup/httpd.conf.changes into
%%LOCALBASE%%/etc/apache/httpd.conf
apachectl restart # restarts the apache server
Cron config:
configure to run following two cronjob:
%%LOCALBASE%%/cybercalendar/setup/cron_job/optimize_tables.pl # every week
%%LOCALBASE%%/cybercalendar/setup/cron_job/run_reminder.pl # every midnight
Configure Cybercalendar via web:
username: admin
password: caladmin1
##############################################################################
|