Configuration before deployment

Yii is installed by default with SiteController and related models, views, etc. What to do with it before deploying the application? Just delete it?

if you surely don’t use them - delete of course. but site controller is used by yii… and login form model may be used by your app…

so if you are absolutely sure that some script is not used - delete it ;)

I’ve thought create a custom login form, or used third party modules.

if you are going to fully rewrite skeleton application, so you can delete this files. but so you can’t look at examples.