Hi. I'm going to deploy a few (8-12) Django projects on my VDS with Ubuntu 12.04 and nginx. And I wonder how should configuration look like, to be explicit, simple and easy-to-understand for others (it will be maintained by another dude). Should I use emperor-mode for such a small amount of sites? Should I add web specific-user, or it could be run as www-data (this is it's usecase, right?) and in /var/www? Should I use single uWSGI-instance from sudo apt-get install uwsgi or pip install for every project? Anyone use some sort of django conventions<http://blog.zacharyvoase.com/2010/02/03/django-project-conventions/>may be? One more my wish is the easy-to-deployment (and easy-to update) sequence, because I planning to write a script for automatic deployment and apply it for my other servers, which would have the same anount of sites. In near future. What would you advice? Thanks.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ECTEn5aeAewJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.