Categories
WordPress

Alessio Rocchi – Automate PHP environment deploy with Vagrant – phpDay 2016

If you manage virtual machines on a daily basis, Vagrant might be a powerful tool that makes your work more agile and easier. Vagrant is a tool which automates all the configuration tasks required to your web applications: this way, you can focus on developing and distributing your app, with no concern for environment configuration.…


If you manage virtual machines on a daily basis, Vagrant might be a powerful tool that makes your work more agile and easier.
Vagrant is a tool which automates all the configuration tasks required to your web applications: this way, you can focus on developing and distributing your app, with no concern for environment configuration.
In this talk we will illustrate how to setup a super fast PHP development box, with everything you may need.