How to install symfony2 in linux
Symfony2: Installation in linux
Step 1: Download and create your project
git clone git://github.com/symfony/symfony-standard.git
mv symfony-standard myproject
cd myproject
Step 2: Install symfony2 and default libraries and bundles
php bin/vendors install
sudo chmod 777 -R app/logs app/c...