Im moving to production environment, since my dev and production server are the same i think the passage from one environment to the other is just using app.php instead of app-dev.php. Doing so im getting some 404 errors related to css files, so i believe since css is handle by assectic this problem might be related with cache right? But I have no idea of how to handle this.
I have ssh access to my server, but a solution using just ftp will be also good.