|
|
|
|
|
by lopatin
4963 days ago
|
|
To just set everything up, several days to a week sounds extreme to me. The VM should hold the code, framework, db, etc.. It's basically a clone of the production environment that lives inside a VM on my host machine. It has a shared folder with my host machine which holds the code. I use an IDE on my local machine to edit this code, which the VM runs. No reason to put the IDE into the VM. This achieves perfect separation and has a total of a few hours setup time for most projects. Literally no duplication of efforts (except setting up the VM its self). |
|