No detailed installation instructions yet available. Quick Install ------------- 1. Copy the contents of the /www directory to your webserver. 2. Copy /zfPetShop to a location above the document_root (i.e. so it is not accessible from the web) 3. Edit /www/index.php so the file path points to /zfPetShop/bootstrap.php 4. Edit /zfPetShop/config/config.ini for any required changes. In particular, if testing the zfPetShop from a subdomain you might want to specify a Base Url. For example: http://www.example.com/test/zfPetShop will have a Base Url of "/test/zfPetShop". 5. If you already have a copy of the Zend Framework and prefer to use that you should either add it to the include_path in your php.ini, or edit the manually set include_path at the top of the /zfPetShop/bootstrap.php file 6. Navigate to the /www/index.php file in your browser. NOTE: This application is not fully functional, and may even not work at this time. The purpose of the incomplete application is primarily to allow users read the source code - not run a Pet Shop ;). It will be functional...eventually.