Monday, June 27, 2011

What to do before deployment

Hello People.

Would like to make a good list of "things to do" before deploy my App
in production. Here things i do right now:

1. Configure::write('debug', 0);
2. Configure::write('Cache.disable', false);
3. Configure::write('Session.cookie', 'OTHERNAME');
4. Customizing error pages (not found, and stuff)

What more would you add?

Thanks!

--
Santiago Basulto.-

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: