CakePHP Tutorial:Installing CakePHP on Ubuntu

Yes, this is another cakephp on ubuntu. Most of them were not detail enough for beginners. So here I am and here is my version of installing cakephp on ubuntu.

Install Apache Server, MySQL, PHP
sudo apt-get install apache2 mysql-server php5

Download CakePHP 1.2
Go to http://cakephp.org and download latest cakephp. I downloaded cake_1.2.1.8004.tar.bz2
Copy and extract to web root
Open [...]

Related posts:

  1. CakePHP ACL Tutorial – What and How
  2. .htaccess What, Why, When and How
  3. CodeIgniter Tutorial – To do list application part 3