Adding Zend Frame Work to Plesk vhost.conf
cd /usr/local/src
wget http://framework.zend.com/releases/ZendFramework-1.11.2/ZendFramework-1.11.2.tar.gz
tar -xvf ZendFramework-1.11.2.tar.gz
cd /var/www/vhosts/bizante.com/conf
vi vhost.conf
Put the following into vhost.conf
save and exit vi.
so now we need to ask Plesk to re-configure our domain configuration (Plesk will add a Include line in the domain virtual host configuration file), to do so, we type:
/usr/local/psa/admin/sbin/websrvmng -av
next, we ask Apache to re-read the configuration files:
apachectl graceful
for the pedantic out there, you can also reboot the whole server by executing:
/etc/init.d/httpd restart
Now we can just *use* the Zend Framework based app without having to copy the framework files in the library folder.
Further links for me:
Google Calendar API starting point
http://code.google.com/apis/calendar/data/1.0/developers_guide_php.html
Google DATA API online demos
http://googlecodesamples.com/?lang=PHP
