Changes
Z-Push
,→Installation
=Installation=
{{Version|Z-Push 1.3 RC 2 on CentOS 5}}
To install Z-Push, download and unzip the tarball to <code>/var/www</code>, add the appropriate configuration to Apache and make sure the permissions are set as necessary. Detailed instructions are in the INSTALL file unpacked from the tarball. Quick steps are shown below.
<pre>
# wget http://download.berlios.de/z-push/z-push-1.3RC2.tar.gz
# tar xzf z-push-*.tar.gz -C /var/www
# echo 'Alias /Microsoft-Server-ActiveSync /var/www/z-push/index.php
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag magic_quotes_runtime off
php_flag short_open_tag on' > /etc/httpd/conf.d/z-push.conf
</pre>