Friday 27 March 2009

Setting up a PHP development environment...

1. Downloaded the latest XAMPP

2. Started Apache and ran phpinfo() from XAMPP menu to confirm working

3. Download latest CakePHP

4. Setup CakePHP development config and checked that works

5. Setup CakePHP production config and check that works.
* Copy cakephp to any location on drive
* Configure Document Root to point to cakePHP eg
DocumentRoot "C:/cake_1.2.2.8120/app/webroot"
* Configure Directory (change to same as document root in this case)
Directory "C:/cake_1.2.2.8120/app/webroot"

6. Create a test MYSQL database to check cakePHP database config

Up next...cakePHP configuration class...

http://book.cakephp.org/view/42/The-Configuration-Class

No comments:

Post a Comment