Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I'm behind the times and would like to learn. Can you ELI5 why Vagrant is a better solution? I Googled it but I'm curious to here your thoughts. Thanks!
-
fermac1128yFor me, it's easier to update a vagrantfile than to make changes on live machine and take a new snapshot.
Also, I rather prefer people run tests on their personal machines, keeping dependencies up to date, and the ease to destroy the testing environment when they don't need it. -
vagrant, docker, rkt,...
allows everyone to destroy his own shit without any impact on others. -
arekxv10548yVagrant is a nice idea for development and deployment but provisioners are tough for beginners, and worse when you are forced to use PuPHPet which changes its goddamn specification every other week with breaking changes so most of your older projects dont work anymore. Ugh...
Related Rants
I've been trying to push good practices at work, which includes migrating testing environment to vagrant.
Been trying to push it forward for months, and this week, a "genius"co-worker just started complaining we shouldn't overcomplicate and just provision a vm for testing for everyone to use, and boss agrees immediately!
Guess who'll have to maintain it whenever someone remembers to destroy it...
undefined
qa
testing
vagrant
vm