summaryrefslogtreecommitdiff
path: root/network/zarafa-webaccess-ajax/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2010-05-21 15:02:09 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-23 23:21:41 -0500
commit65b806a790a5eec2322d284ced6f2d73a94ce7e7 (patch)
tree8000a2dad2c40812898511ab6487a6faeab7c736 /network/zarafa-webaccess-ajax/README
parent0bd998d3199e7c2ff5d9ff55905c83c8fbd943b3 (diff)
downloadslackbuilds-65b806a790a5eec2322d284ced6f2d73a94ce7e7.tar.gz
network/zarafa-webaccess-ajax: Removed (missing dependency)
libvmime-zarafa was removed due to build failure, so zarafa can't build, and therefore neither can this...
Diffstat (limited to 'network/zarafa-webaccess-ajax/README')
-rw-r--r--network/zarafa-webaccess-ajax/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/network/zarafa-webaccess-ajax/README b/network/zarafa-webaccess-ajax/README
deleted file mode 100644
index bdfc2afe8b..0000000000
--- a/network/zarafa-webaccess-ajax/README
+++ /dev/null
@@ -1,24 +0,0 @@
-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.