Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: How do you incorporate virtualisation into your dev workflow?
2 points by benjaminwootton on May 3, 2014 | hide | past | favorite | 2 comments
I've always felt that I don't take enough advantage of Virtual machines for my dev process.

Nice sandboxed environments, testing on different operating systems, developing locally in production like environments etc.

I use Vagrant and get a lot of benefits from that, and I'm interesting in integrating similar tools into my daily workflow.

Interested to hear your thoughts.




"I use Vagrant and get a lot of benefits from that" - I'm curious about that. What do you do specifically that benefits from Vagrant or VM's in general? I've never had the need (or opportunity) to have to use them.

Typically if I'm building a Rails website I'm using RVM and gemsets. An ASP.Net MVC website I'm using Windows 8 with Nuget.

So what does something like Vagrant solve?


Mainly for testing.

But without fancy Vagrant/Chef stuff.

Just a bunch of VMs. Everyone has a mounted network directory with the test scripts and code. Jenkins runs the scripts from every VM and this is it.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: