I have a:
- VPS with LAMP stack
- local symfony2 project (git)
- bitbucket repository
What do I need to do to properly setup my project in the production evironment?
Folder structure/permissions?
Can I simply clone the repository in the public folder? (I don't think so)
P.s. I've already read the deployment guide on the symfony2 website, but I didn't find it very useful
Here are my deployment steps:
you might want to enable mode rewrite in apach (a2enmod rewrite) I think this covers everything.