[cvs] [Wiki] changed: KonolithSunbird

Wiki Guest wikiguest at horde.org
Fri Jun 8 13:11:53 UTC 2007


guest [213.41.71.142]  Fri, 08 Jun 2007 06:11:53 -0700

Modified page: http://wiki.horde.org/KonolithSunbird
New Revision:  1.1
Change log:  Continu documentation need finish..

@@ -1,7 +1,7 @@
 [[toc]]

-+ Ical!HowTo using Sunbird ou Thunderbird
++ Ical!HowTo using Sunbird ou Thunderbird/Lightning

 ----

 This document is intended to help administrators configure various parts of
horde to link a calendar application with Kronolith. Please feel free to
fill in any gaps or to clarify any existing information presented here.
@@ -13,7 +13,61 @@
 In this document, we assume the following:

 * The lastest table version of Horde and Kronolith.
 * A working version of Horde and Kronolith.
-* A working version of Sunbird ou Thunderbird
+* A working version of Sunbird ou Thunderbird/Lightning extension.
 ----
+
+++ On debian.
+
+* Install php pear package as follow:
+<code>
+apt-get install php4-pear
+</code>
+You can also use php5 package.
+
+++ HTTP_WebDAV_Server.
+
+Then to make sure pear is working:
+<code>
+pear config-show
+</code>
+
+You now need to install the pear HTTP_WebDAV_Server package
+<code>
+pear install HTTP_WebDAV_Server
+</code>
+
+If you get an error, you should probably change the preferred_state to beta
then back to stable
+<code>
+pear config-set preferred_state beta
+pear install HTTP_WebDAV_Server
+pear config-set preferred_state stable
+</code>
+
+++ Test it.
+
+Launch your thunderbird application.
+* Go to calendar
+* New ->
+* On the Network ->
+https://youhost/yourhorpath/kronolith/ics.php?c=uid
+or
+https://youhost/yourhorpath/kronolith/ics.php?c=uid.ics
+
+Then you should see you calendar.
+First way done.
+
+To publish it:
+* Right click on your new calendar.
+* Publish Calendar
+https://youhost/yourhordepath/rpc.php/kronolith/uid
+or
+https://youhost/yourhordepath/rpc.php/kronolith/uid.ics
+
+Then it should work.
+
+
+
+
+


More information about the cvs mailing list