Home:ALL Converter>Development server & production server

Development server & production server

Ask Time:2011-07-22T18:08:29         Author:titus

Json Formatter

What is the right way to handle a production and development website on the same server? the development code shouldn't be available until it's used for production. I'm using Apache and Django and VPS hosting. What should I configure? Apache- so it will have a special prefix for development stuff, Django- and have some URL mangling in the urlconf, or just get another VPS for development?

Author:titus,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/6788490/development-server-production-server
yy