Hi, I am a new cake-developer and completed my first application. I have read about local and server installation. But I am unsure, if a local installation can be transfered to the server by ftp with needed changes to the configuartion. A short reply would be helpful - Klaus
Yes, you normally can just ftp the whole project to the server. There are only a few things to take care of on the server side files:
- naturally, edit the config/app.php appropriately (db config, disable debug mode)
- delete the temp files in tmp/cache/models & persistent
More info in the documentation: