Wednesday, March 10, 2010

Symfony Installation in Linux

To Install Symfony framework, required php-pear package. that help to install/un-install the symfony.
There are few steps to install it and run on CLI:
Step 1: yum install php-pear*
Step 2: pear install symfony/symfony
OR
Step 2: if you are specific to install symfony version
pear install symfony/symfony-1.1.9
check symfony version:
# symfony -V
TO Un-Install Symfony
pear uninstall symfony/symfony

No comments :