Zend
Aus Digitalkultur
Get the latest Zend Framework at http://framework.zend.com/download/current/. Take the kinda hidden dl-links at the bottom of the left side of the page and not the big shiny ones. You dont need a registration for the hidden ones!
Configure Apache for local development
Create a new host for your project in "/etc/apache2/sites-available". Maybe just copy the default. Remember to set the "ServerName" to myproject.localhost and the "DocumentRoot" to the public folder in your Zend project.
Rewrite Rules
Enable the rewrite module on a global level for apache
a2enmod rewrite
Change AllowOverRide None in /etc/apache/sites-available/default (maybe its not default in your configuration)to AllowOverRide All(or something else, but not None). Apache won't read the rewrite rules nor the .htaccess-files if AllowOverRide is set to None.
Zend als SVN-External
folgendes kann man als svn:external Property angeben um Zend direkt von der Quelle einzubinden (Versionsummer anpassen!):
Zend http://framework.zend.com/svn/framework/standard/tags/release-1.9.3/library/Zend/

