First of all, yes, any Cake-based application would have to be
distributed with the Cake framework.

However, there are really only one or two settings which need to be
changed when moving from server to server.  Out of the box, Cake will
work on Apache with mod_rewrite.  Without mod_rewrite, you simply
uncomment a line in app/config/core.php  If you're deploying to IIS,
you add another line in the config (define('SERVER_IIS', true)).

That's really about it.  If you want to write an installer script for
that, more power to you, but between the core config, and writing the
database connection info to app/config/database.php, that's all the
setup Cake requires.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to