How to create a test environnement on the production FTP

Posted by Clement Herreman on Stack Overflow See other posts from Stack Overflow or by Clement Herreman
Published on 2010-04-27T15:31:14Z Indexed on 2010/04/27 15:33 UTC
Read the original article Hit count: 270

Hello,

I'm currently working on a symfony webapp, which is already on production. To develop and add/delete/modify functionnality of the model, I work on my laptop, using symfony 'dev' environnemment.

I test if everything work fine, then I pray a little and deploy it on the prod server (with all the risk of data error, like when I add new not null attributes on the model, prod server configuration special stuff, version of php/apache etc.).

The problem is that I would like to setup a "staging" server, which would be a copy of the production server (same database, same configuration apache/php), so that, if the deployment goes bad, the production user stay untouched and working, only the staging server is down. But my client has only 1 FTP available.

So, the question is : can I run 2 symfony project, with different models, on the same FTP ?

Or is there another way to do what I want to do ?

Thank you !

© Stack Overflow or respective owner

Related posts about symfony

Related posts about ftp