This is a demo application for new users, demonstrating how different Zend Framework components can be used to create a rich internet application. INSTALLATION ================================================================================ This application already comes with the required Zend Framework version, so there is no need that you have Zend Framework on your include path. There are some simple steps you have to do to get the application running. If you are lazy, Phing can do everything for you, but you can also do the entire deployment by hand. 1a. When deploying via Phing, you should have the following tools installed: Phing (via pear) MySQL console client In order to run the unit tests via Phing, you need at least Phing 2.4. Below that version, Phing may complain about a not defined "bootstrap" attribute. If you experience this, either upgrade your Phing installation or remove the "bootstrap" attribute from the "build.xml" file. Just rename the build.properties.dist file to build.properties, fill in the configuration values and run: phing 1b. When you want to setup the application manually, you have to rename all following files, removing the .dist and filling in all configuration values: application/config/*.dist application/modules/blog/config.php.dist application/modules/misc/config.php.dist After that, go to the "sql/deltas" directory and execute all deltas in alphabetical order. 2. Create a vhost that points its DocumentRoot to the public subdirectory. As an example: DocumentRoot /var/www/dasprids/public ServerName dasprids.local ErrorLog /var/log/apache2/dasprids.local-error_log CustomLog /var/log/apache2/dasprids.local-access_log common DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all SetEnv environment development In this particular example, we use the ServerName "dasprids.local"; you will need to add this to your hosts file: 127.0.0.1 dasprids.local 4. Finally, simply fire your browser to: http://dasprids.local FEATURES ======================================================================= This application shows off the following ZF specific features: * Zend_Application * Zend_Captcha * Zend_Config * Zend_Controller * Zend_Date * Zend_Db * Zend_Dojo * Zend_Feed * Zend_Form * Zend_Layout * Zend_Mail * Zend_Mime * Zend_Search_Lucene * Zend_Text_Figlet * Zend_View LICENSE ======================================================================= Please see LICENSE.txt