wd42 / wd42-deployment

This repository holds the various deployment scripts used in pushing the wd42-site live [archived]
1 stars 1 forks source link

Vagrant deploy #4

Open jkburges opened 10 years ago

jkburges commented 10 years ago

...because I've got a hammer (vagrant/chef) and everything looks to me like a nail atm. :-)

joshgillies commented 10 years ago

Looking good! I'll run this up in the coming days and see how it goes. TBH I actually really like this as it expands the playing field somewhat for other developers. Nice one! :+1:

jkburges commented 10 years ago

Seriously, the main reason I did this is because I'm interested atm in how we as developers can make our lives easier using tools like chef and vagrant to setup consistent and production-like development environments. I think it will be standard practise within a few years TBH.

joshgillies commented 10 years ago

Oh yeah, we've used combinations of Vagrant and Chef/Puppet at work. Make so much sense! Repeatable development/deployment environments. Winning!

jkburges commented 10 years ago

Cool good to hear others think this is a good idea - I have met some resistance to bringing in this approach at work but I think I'm talking people around.

I'm really interested in having a play with docker as I think one of the downfalls of vagrant/VMs is that they can be pretty slow to provision and also quite resource hungry - so throwing docker in to the mix could help to solve this problem.