From 1c70bed87000d2876f25a276205243ad36536ab0 Mon Sep 17 00:00:00 2001 From: Rogerio Prado de Jesus Date: Tue, 10 Sep 2013 17:35:05 -0300 Subject: [PATCH] Include Rove.io and Puphpet in Vagrant section --- _posts/01-06-01-Vagrant.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_posts/01-06-01-Vagrant.md b/_posts/01-06-01-Vagrant.md index 9503f95..c3768a5 100644 --- a/_posts/01-06-01-Vagrant.md +++ b/_posts/01-06-01-Vagrant.md @@ -19,6 +19,17 @@ easy to create a "fresh" installation. Vagrant creates shared folders used to share your code between your host and your virtual machine, meaning you can create and edit your files on your host machine and then run the code inside your virtual machine. +### A little help + +If you need a little help to start using Vagrant there are two services that might be useful: + +- [Rove][rove]: service that allows you to pregenerate typical Vagrant builds, PHP among the options. The + provisioning is made with Chef. +- [Puphpet][puphpet]: simple GUI to set up virtual machines for PHP development. **Heavily focused in PHP**. Besides + local VMs, can be used to deploy to cloud services as well. The provisioning is made with Puppet. + [vagrant]: http://vagrantup.com/ [puppet]: http://www.puppetlabs.com/ [chef]: http://www.opscode.com/ +[rove]: http://rove.io/ +[puphpet]: https://puphpet.com/