Bookcafe

Monday, March 8, 2010

First Installation Page of CakePhp 1.6

This is the first page of CakePhp 1.6 after installation.


After the installation, you need to change following:

1. 'Security.salt' in app/config/core.php

2. Rename config/database.php.default to config/database.php

Please read the instructions on the first page to what need to be changed.

It doesn't really matter what the value of the 'Security.salt', as long as it's not easy to guess. You could use an online SHA1 hash generator tool to generate a new long key like what is there by default.

After these steps, you can directly access your database (provided you have set up your database before hand).

If you have successfully edited the files, you should get the following:

No comments:

Post a Comment