views:

68

answers:

2

How to configure Zend Framework on linux machine?

A: 

first download xampp 1.7.1 with php 5.2.* because zend don't support 5.3 yet after download it use this site to install it

http://www.apachefriends.org/en/xampp-linux.html

there are many tutorial to how to install it on linux

cyberciti.biz/tips/zend-framework-php-tutorial.html

hellosystemadmin.com/blog/how-to-install-zend-frame-work-on-a-linux-and-test-it/

I hope that this might help

Karim
Zend recommends the most current release of PHP for critical security and performance enhancements, and currently supports PHP 5.2.4 **or later**.
Gordon
Zend Framework is running fine on php 5.3.
Benjamin Cremer
+2  A: 

There are several good entrypoints in the official Zend Framework Documentation.

Especially the "Zend Framework Quick Start" is a good place to start.

Also checkout this Questions on stackoverflow

Benjamin Cremer