On Thu, May 19, 2011 at 3:30 AM, ydjango <[email protected]> wrote:
> I am thinking of creating a virtualized image of my complete django
> app with mysql so that I can clone/copy it on developers, qa and demo
> laptops. That way I do not have to do greenfield install on each
> developer computer which can take many hours.
>
> Any suggestions on what should I use - 1) vmware server, 2) vmware
> desktop 3) Xenserver or any other . Any experiences?
>
> I have not used any of these VM technologies.
>
> Note: It is only for dev and testing use and it is not for production
> use. So free products are preferred.
>

I wouldn't use any of them, I would setup my project with virtualenv,
a requirements file for pip and a bootstrap script to run it all. Even
for large projects, with lots of dependencies, virtualenv + pip
bootstrap will have your environment and project set up in the amount
of time it takes to make a coffee, rather than wasting your time
getting to grips with a virtual machine instance.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to