Sunday, April 1, 2012

PEAR to install Zend Framework

Probably the easiest way to install Zend Framework on your system is to use PEAR to install and upgrade the framework. Note that the below instructions assume that you have PEAR installed in your system. The commands have been tested in Linux OS CentOS/RHEL.

Installation

#  pear channel-discover zend.googlecode.com/svn
pear install zend/zend

Upgrade

# pear upgrade zend/zend

The resource information came from Zend Framework PEAR repository.

  • Related Links Widget for Blogspot

No comments: