From d4481b3a5aae2e0ebb50c4d1bc80e2afd71a6f1a Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Sat, 6 May 2023 17:07:31 -0400 Subject: [PATCH] Remove "A little help" section in Vagrant - puphpet is archived since Feb 2022. - last release of phansible was in 2015 --- _posts/13-02-01-Vagrant.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_posts/13-02-01-Vagrant.md b/_posts/13-02-01-Vagrant.md index 0ba2afe..f282c05 100644 --- a/_posts/13-02-01-Vagrant.md +++ b/_posts/13-02-01-Vagrant.md @@ -15,17 +15,7 @@ a "fresh" installation. Vagrant creates folders for sharing your code between your host and your virtual machine, which means that 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 some services that might be useful: - -- [Puphpet][Puphpet]: simple GUI to set up virtual machines for PHP development. **Heavily focused in PHP**. Besides local VMs, -it can be used to deploy to cloud services as well. The provisioning is made with Puppet. -- [Phansible][Phansible]: provides an easy to use interface that helps you generate Ansible Playbooks for PHP based projects. - [Vagrant]: https://www.vagrantup.com/ [Puppet]: https://puppet.com/ [Chef]: https://www.chef.io/ -[Puphpet]: https://github.com/puphpet/puphpet -[Phansible]: https://phansible.com/