www-apps/z-push: initial commit

(Portage version: 2.1.10.3/svn/Linux x86_64)

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/zarafa@2934 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2011-06-19 06:18:37 +00:00
parent 6b0f3add83
commit 51a384c5f8
6 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
------------------------------------------------------------------------
INSTALLATION
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 ${MY_INSTALLDIR}/index.php
to your httpd.conf file. Make sure that you are adding the line to the
correct part of your Apache configuration, taking care of virtual hosts and
other Apache configurations.
*WARNING* You CANNOT simply rename the z-push directory to
Microsoft-Server-ActiveSync. This will cause Apache to send redirects to the
PDA, which will definitely break your PDA synchronisation.
Lastly, make sure that PHP has the following settings:
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag magic_quotes_runtime off
php_flag short_open_tag on
You can set this in the httpd.conf, in php.ini or in an .htaccess file in
the root of z-push. If you don't set this up correctly, you will not be
able to login correctly via z-push.
After doing this, you should be able to synchronize from your PDA.
Finally you should be able to log in to Z-Push at
http://${VHOST_HOSTNAME}/Microsoft-Server-ActiveSync

View File

@@ -0,0 +1,19 @@
------------------------------------------------------------------------
UPGRADE
Upgrading to a newer Z-Push version follows the same path as the initial
installation.
When upgrading to a new minor version e.g. from Z-Push 1.4 to Z-Push 1.4.1,
the existing Z-Push directory can be overwritten when extracting the archive.
When installing a new major version it is recommended to extract the tarball
to another directory and to copy the state from the existing installation.
IMPORTANT: It is crucial to always keep the data of the state directory in
order to ensure data consistency on already synchronized mobiles.
Without the state information mobile devices, which already have an ActiveSync
profile, will receive duplicate items or the synchronization will break completely.
Please also observe the published release notes of the new Z-Push version.
For some releases it is necessary to e.g. resynchronize the mobile.