Apache

This step-by-step tutorial explains how to install Zend Framework on Linux server.
We will go through basic Linux install, Zend specific configuration of Apache and Mysql and actual install and configuration of Zend Framework itself, so it will be ready for development immediately.

You might wish to check security articles on our web site for production environment lock-down.

For this tutorial we will use Zend Framework version 1.10.3 and Debian Lenny.

The tutorial provide screenshots of EVERY step you need to take to install and configure Zend Framework machine properly.

By framework-zend on 11 April 2010

Once you have you Linux OS ready you need to install Apache web server, PHP and MySQL.
This tutorial explains you how to install these from pre-compiled Debian repository. This is the most hassle free way of install software in Debian like systems. This tutorial works for Ubuntu as well.

We assume that you completed the minimal Debain install as describe and the previous section.

Please, login to the system using the account that you have created during installation process (or with any other account if you have one).

By framework-zend on 12 April 2010