Difference between revisions of "Kronolith"
Unnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | {{Warning box| This | + | {{Warning box| This contrib is available on SME 7, SME 8 and SME 9, however no longer maintained by its author. He strongly suggests moving to [[https://wiki.contribs.org/Horde5 Horde 5]] for SME9 [[http://bugs.contribs.org/show_bug.cgi?id=8956 see bug #8956]]. }} |
+ | |||
== Kronolith for SME Server == | == Kronolith for SME Server == | ||
Line 29: | Line 30: | ||
expand-template /etc/e-smith/sql/init/85kronolith_upgrade | expand-template /etc/e-smith/sql/init/85kronolith_upgrade | ||
service mysql.init restart | service mysql.init restart | ||
− | + | signal-event email-update | |
− | + | config set UnsavedChanges no | |
Line 50: | Line 51: | ||
If you connect to the SME server console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient). | If you connect to the SME server console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient). | ||
− | Please note that this was written in | + | Please note that this was written in January 2008, if the software change then this howto may be outdated. |
Please do edit if you find errors or have improvements. | Please do edit if you find errors or have improvements. | ||
+ | |||
+ | === connect with Thunderbird === | ||
+ | |||
+ | you will need to install pear HTTP_WebDAV_Server | ||
+ | pear install channel://pear.php.net/HTTP_WebDAV_Server-1.0.0RC8 | ||
+ | service httpd-e-smith restart | ||
+ | |||
+ | to add a calender use thunderbird and lightning | ||
+ | * add new ical with url: | ||
+ | https://server/horde/rpc.php/kronolith/username/username.ics | ||
+ | * login to http://server/webmail and go to calendar, then "manage calendars" on left | ||
+ | * click "subscription url" and change last part to be username only | ||
+ | |||
+ | To migrate existing lighting calendar | ||
+ | * go to thunderbird and export calendar to ics file | ||
+ | * login to webmail, go to calendar and import the ics file | ||
+ | * remove your temporary ics file | ||
Line 68: | Line 86: | ||
---- | ---- | ||
− | [[Category: Contrib]] | + | [[Category: Deprecated Contrib]] |
[[Category: Groupware]] | [[Category: Groupware]] |
Latest revision as of 21:22, 17 April 2021
Kronolith for SME Server
Version
Maintainer
John Bennett Services - JBS (software)
Description
Kronolith is a web-based calendar system written in PHP and utilizing the built-in Horde Application Framework.
Step-by-step HowTo for installation of Kronolith on a fresh SME server 7.3.
Installation
Log in (with username root) to the SME server console.
Install kronolith and smeserver-kronolith with:
yum --enablerepo=smecontribs install smeserver-kronolith signal-event post-upgrade; signal-event reboot
alternatively to reboot:
expand-template /etc/e-smith/sql/init/84mysql.create.kronolith expand-template /etc/e-smith/sql/init/85kronolith_upgrade service mysql.init restart signal-event email-update config set UnsavedChanges no
Enable webmail access in server-manager (if not already done)
Open https://yourserver/webmail
Log in and check out "Calendar"-item.
Uninstall
yum remove smeserver-kronolith kronolith-h3 signal-event post-upgrade; signal-event reboot
Additional information
Announcement: SME Server 7.x Contribs
If you connect to the SME server console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
Please note that this was written in January 2008, if the software change then this howto may be outdated.
Please do edit if you find errors or have improvements.
connect with Thunderbird
you will need to install pear HTTP_WebDAV_Server
pear install channel://pear.php.net/HTTP_WebDAV_Server-1.0.0RC8 service httpd-e-smith restart
to add a calender use thunderbird and lightning
- add new ical with url:
https://server/horde/rpc.php/kronolith/username/username.ics
- login to http://server/webmail and go to calendar, then "manage calendars" on left
- click "subscription url" and change last part to be username only
To migrate existing lighting calendar
- go to thunderbird and export calendar to ics file
- login to webmail, go to calendar and import the ics file
- remove your temporary ics file
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-kronolith component or use this link .
Tested software
Host: SME server 7.3, updated 2007-01-19. Software: smeserver-kronolith 1.1-10 Dependency installed: kronolith-h3 2.1.6, php-pear-HTTP-Request 1.4.0-1, php-pear-Net-Socket 1.0.6-1, php-pear-Net-URL 1.0.14-1.