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.
No comments:
Post a Comment