This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "Z-push 2.1"
(→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 | 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): | 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). | |
− | 1. Download z-push from | + | |
− | + | ||
− | + | ||
− | + | ||
2. Unpack the archive and put it in the "modules" directory of Group-Office. | 2. Unpack the archive and put it in the "modules" directory of Group-Office. | ||
Line 34: | Line 23: | ||
5. Copy config.php from modules/sync/z-push2/ to modules/z-push2/ | 5. Copy config.php from modules/sync/z-push2/ to modules/z-push2/ | ||
− | 6. Now, you must configure Apache to redirect the URL | + | 6. Now, you must configure Apache to redirect the URL 'Microsoft-Server-ActiveSync' to the index.php file in the modules/z-push2/ directory.<br />This can be done by adding the line Alias /Microsoft-Server-ActiveSync /path/to/groupoffice/modules/z-push2/index.php<br />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 | + | IMPORTANT NOTE: remember to replace the z-push files again when you are upgrading Group-Office! |
− | upgrading Group-Office! | + | |
Revision as of 15:32, 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 modules/z-push2/ 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