diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-10-02 11:06:36 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-02 11:06:36 -0500 |
commit | 566ca380542ad825beeb46ae666777cff54f12c8 (patch) | |
tree | 824699e1d4925aa35926198cccfdb5213ef5e669 /network/zarafa-webaccess-ajax/README | |
parent | 475c91bd1a420666989141a583287df441dd1056 (diff) | |
download | slackbuilds-566ca380542ad825beeb46ae666777cff54f12c8.tar.gz |
network/zarafa-webaccess-ajax: Updated for version 7.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/zarafa-webaccess-ajax/README')
-rw-r--r-- | network/zarafa-webaccess-ajax/README | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/network/zarafa-webaccess-ajax/README b/network/zarafa-webaccess-ajax/README index e47b85b9b8..a99062b680 100644 --- a/network/zarafa-webaccess-ajax/README +++ b/network/zarafa-webaccess-ajax/README @@ -1,23 +1,28 @@ -The webaccess module of Zarafa is a Ajax / PHP based solution to +The webaccess module of Zarafa is an 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/ + * 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 + + # 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: + short_open_tag = On -Check /etc/zarafa/config.php after installation if you need any -non-standard configuration. +Check /etc/zarafa/config.php after installation if you need any non- +standard configuration. |