Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to install cakephp on my local wamp server...i am also trying various tutorials but not get success in any one.
Posted

1 solution

1. Download updated Cake PHP from CakePHP Official Website[^] and unzip the file.
2. Copy the folder to Wamp server folder : C:\www\wamp\(cakefolder)
3. Here everything you will have to do in app folder. Don't alter any other folder content, if you don't have much knowledge.
4. Go to (cakefolder) -> app -> Config -> database.php.defult and rename it as database.php
5. Open (cakefoler) -> app -> Config -> core.php and change the Security.salt value and Security.cipherSeed.
6. Make sure the (cakefolder) -> tmp is writable and apache mod_rewrite is enabled.
7. Set the database.php configuration with the database details.
8. Open the browser and type : http://localhost/(cakefolder)/ and that's up.

source here[^]
 
Share this answer
 
Comments
er.irfankhan11 14-Mar-13 4:22am    
Thanx, but what is Security.salt value and Security.cipherSeed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900