Hi Everyone, I'm listing out the steps to install cakephp : 1. Install the necessary packages using the command sudo apt-get install apache2 mysql-server php5 2. In case you encounter any Lock Error, make sure no other installation is happening and close Synaptic Package Manager if open. Even if the problem exists, execute sudo killall apt-get 3. Enable Mod-rewrite: sudo a2enmod rewrite 4. Download the latest stable version of cake from http://cakephp.org/ and save it to your machine. 5. Extract the downloaded file and rename the extracted folder with your project name(assume, project name is cakephp) and move it to the document root (most of the times it will be /var/www/) 6. Give writable permissi...