summaryrefslogtreecommitdiff
path: root/plugins/kolab_core
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-22 10:21:39 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-22 10:21:39 +0000
commita12b9a8bc1313193d1b8f677d174333647f0aa9b (patch)
treeebd4f05d2a4e2cfafa5c0cecab8272060c8e1f74 /plugins/kolab_core
parent494504d537c1ec61291aa2f9155cca3476f473df (diff)
Remove unused lib, moved README to kolab_core
git-svn-id: https://svn.roundcube.net/trunk@4248 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/kolab_core')
-rw-r--r--plugins/kolab_core/README.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/kolab_core/README.txt b/plugins/kolab_core/README.txt
new file mode 100644
index 000000000..87537c0b8
--- /dev/null
+++ b/plugins/kolab_core/README.txt
@@ -0,0 +1,32 @@
+Kolab Integration Plugin README
+-------------------------------
+
+This plugin relies on classes from the Horde project. In order to have all
+the required files available you need to install the following packages from
+Horde:
+ Horde_Framework
+ Kolab_Format
+ Kolab_Storage
+ Horde_NLS
+ Horde_DOM
+
+This is best done using PEAR. Make sure that the local PEAR directory is in
+the PHP isntall path and execute the following commands to install the
+required packages:
+
+pear channel-discover pear.horde.org
+
+pear install horde/Horde_Framework
+pear install horde/Horde_DOM
+pear install horde/Horde_NLS
+pear install horde/Horde_Share
+pear install horde/Log
+pear install horde/Kolab_Format
+pear install horde/Kolab_Storage
+
+
+Configuration
+-------------
+
+Rename the config.inc.php.dist to config.inc.php within this plugin directory
+and add the corresponding values for your local Kolab server.