Breaking Up With *AMP

Speaker: Luke Woodward

Setting up a local development environment can be a challenge.

There are many different server set-ups out there. When developing locally, it can be important to work with an environment that is as close to the final server as possible. If you don’t, little unforeseen bugs can creep into your code and cause problems on the live site.

Enter Vagrant, an incredibly flexible local development environment that you can customize to your needs and more closely match your environment to your code’s final resting place. Why Vagrant over other options? Let’s talk about it!