From 2c415e63f14017c2d7bc1d7671aef1f80aeffbce Mon Sep 17 00:00:00 2001 From: Derak Kilgo Date: Tue, 15 Dec 2020 15:35:06 -0600 Subject: [PATCH] Protobox domain has expired The Protobox domain has expired and should be removed. --- _posts/13-02-01-Vagrant.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/13-02-01-Vagrant.md b/_posts/13-02-01-Vagrant.md index 11ce41c..6687b04 100644 --- a/_posts/13-02-01-Vagrant.md +++ b/_posts/13-02-01-Vagrant.md @@ -21,8 +21,6 @@ If you need a little help to start using Vagrant there are some services that mi - [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. -- [Protobox][Protobox]: is a layer on top of vagrant and a web GUI to setup virtual machines for web development. A single YAML -document controls everything that is installed on the virtual machine. - [Phansible][Phansible]: provides an easy to use interface that helps you generate Ansible Playbooks for PHP based projects.