mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
26 lines
695 B
Text
26 lines
695 B
Text
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/
|
|
|
|
Change these at build time if preferred:
|
|
|
|
# DOCROOT=/your/preferred/directory \
|
|
PHPUSER=youruser PHPGROUP=yourgroup \
|
|
./zarafa-webaccess-ajax.SlackBuild
|
|
|
|
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.
|