This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "Z-push 2.1"
(→Installation) |
(→Installation) |
||
Line 8: | Line 8: | ||
=Installation= | =Installation= | ||
− | + | ============================== | |
+ | ============================== | ||
+ | === THIS IS A BETA VERSION === | ||
+ | ============================== | ||
+ | === USE AT YOUR OWN RISK === | ||
+ | ============================== | ||
+ | ============================== | ||
− | |||
+ | ActiveSync support does not work out of the box. To add support of ActiveSync | ||
+ | take the following steps (Step 1 to 5 can be done with install.sh too): | ||
− | |||
− | Copy the config | + | 1. Download z-push from: |
+ | http://zarafa-deutschland.de/z-push-download/final/2.0/ | ||
+ | We used version 2.0.7 (But it's probably best to take the latest stable | ||
+ | 2.0.x version of z-push). | ||
+ | |||
+ | 2. Unpack the archive and put it in the "modules" directory of Group-Office. | ||
+ | |||
+ | 3. rename the folder to "z-push2" | ||
+ | |||
+ | 4. Copy the folder backend/go/ from modules/sync/z-push2/ to modules/z-push2/backend/ | ||
+ | |||
+ | 5. Copy config.php from modules/sync/z-push2/ to modules/z-push2/ | ||
+ | |||
+ | 6. Now, you must configure Apache to redirect the URL | ||
+ | 'Microsoft-Server-ActiveSync' to the index.php file in the Z-Push | ||
+ | directory. This can be done by adding the line | ||
+ | |||
+ | Alias /Microsoft-Server-ActiveSync /path/to/groupoffice/modules/z-push2/index.php | ||
+ | |||
+ | Don't use a symlink, this won't work. | ||
+ | |||
+ | 7. Restart apache2 and configure your mobile device with the servername, | ||
+ | username and password and you should be in sync! | ||
+ | |||
+ | |||
+ | IMPORTANT NOTE: remember to replace the z-push files again when you are | ||
+ | upgrading Group-Office! | ||
+ | |||
+ | |||
+ | CGI mode | ||
+ | By default z-push only works when PHP is loaded as an Apache module. If you use | ||
+ | PHP in CGI mode you'll have to follow this workaround: | ||
+ | |||
+ | http://z-push.sourceforge.net/phpbb/viewtopic.php?f=4&t=1245&p=4762&hilit=apache_request_headers#p4762 | ||
=Uninstall= | =Uninstall= |
Revision as of 15:30, 8 April 2013
Contents
Overview
This module can be used to synchronize Emails, Contacts, Tasks and Calendars to a mobile device/tablet.
Dependencies
Requirements
Installation
==================
==================
THIS IS A BETA VERSION
==================
USE AT YOUR OWN RISK
==================
==================
ActiveSync support does not work out of the box. To add support of ActiveSync take the following steps (Step 1 to 5 can be done with install.sh too):
1. Download z-push from:
http://zarafa-deutschland.de/z-push-download/final/2.0/ We used version 2.0.7 (But it's probably best to take the latest stable 2.0.x version of z-push).
2. Unpack the archive and put it in the "modules" directory of Group-Office.
3. rename the folder to "z-push2"
4. Copy the folder backend/go/ from modules/sync/z-push2/ to modules/z-push2/backend/
5. Copy config.php from modules/sync/z-push2/ to modules/z-push2/
6. Now, you must configure Apache to redirect the URL
'Microsoft-Server-ActiveSync' to the index.php file in the Z-Push directory. This can be done by adding the line
Alias /Microsoft-Server-ActiveSync /path/to/groupoffice/modules/z-push2/index.php
Don't use a symlink, this won't work.
7. Restart apache2 and configure your mobile device with the servername,
username and password and you should be in sync!
IMPORTANT NOTE: remember to replace the z-push files again when you are
upgrading Group-Office!
CGI mode
By default z-push only works when PHP is loaded as an Apache module. If you use
PHP in CGI mode you'll have to follow this workaround:
Uninstall
Remove the z-push 2 folder from the modules directory of Group-Office.
User Manual
- LINK TO USERMANUAL