summaryrefslogtreecommitdiffstats
path: root/network/zarafa-webaccess-ajax/README
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2010-05-13 01:00:27 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 01:00:27 +0200
commitb6581c5eb3765ace3bfbcdb819bb6e95b285a979 (patch)
tree9e678190c3797b8d27fe6f2b97ca3b29550835be /network/zarafa-webaccess-ajax/README
parent6c4ec6e689ca33b6e8026211a5f847cffe655ded (diff)
downloadslackbuilds-b6581c5eb3765ace3bfbcdb819bb6e95b285a979.tar.gz
slackbuilds-b6581c5eb3765ace3bfbcdb819bb6e95b285a979.tar.xz
network/zarafa-webaccess-ajax: Added to 13.0 repository
Diffstat (limited to 'network/zarafa-webaccess-ajax/README')
-rw-r--r--network/zarafa-webaccess-ajax/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/network/zarafa-webaccess-ajax/README b/network/zarafa-webaccess-ajax/README
new file mode 100644
index 0000000000..bdfc2afe8b
--- /dev/null
+++ b/network/zarafa-webaccess-ajax/README
@@ -0,0 +1,24 @@
+The webaccess module of Zarafa is a Ajax / PHP based solution to
+access your e-mail, agenda, contacts, etcetera via a browser.
+
+This SlackBuild uses the following defaults:
+* DOCROOT=/var/www/htdocs
+* DOCDIR=webaccess
+* PHPUSER=root
+* PHPGROUP=apache
+
+With the defaults, Zarafa will be accessible from http://<yourserver>/webaccess/
+
+Change these at build time if preferred:
+# DOCROOT=/your/preferred/directory \
+ PHPUSER=youruser PHPGROUP=yourgroup \
+ ./zarafa-webaccess-ajax.SlackBuild
+
+This requires zarafa.
+
+This needs the following settings in your /etc/httpd/php.ini:
+ extension = mapi.so
+ short_open_tag = On
+
+Check /etc/zarafa/config.php after installation if you need any
+non-standard configuration.