>From what I understand, MediaTemple's (dv) server is just a normal VPS that 
you would get from any other hosting company. Setup your environment and 
website how you would on any other production server.

If you're asking about how to setup Django on a *nix server in general: look 
into virtualenv, virtualenvwrapper, setting up a web server such as Apache 
or nginx, using a flavor of wsgi to let your web server talk to your 
project, and fabric to automate deployment and maintenance.

-- 
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/-/GyozTMIZvksJ.
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.

Reply via email to