Include Protobox

Another online GUI service for Vagrant.
It has some nice features like web apps and various other configs.

[More info](http://getprotobox.com/)
This commit is contained in:
Syed I.R
2014-02-02 20:16:04 +05:30
parent 4524c23e01
commit da53e99c4d

View File

@@ -21,15 +21,17 @@ create and edit your files on your host machine and then run the code inside you
### A little help ### A little help
If you need a little help to start using Vagrant there are two services that might be useful: If you need a little help to start using Vagrant there are three services that might be useful:
- [Rove][rove]: service that allows you to pregenerate typical Vagrant builds, PHP among the options. The - [Rove][rove]: service that allows you to pregenerate typical Vagrant builds, PHP among the options. The
provisioning is made with Chef. provisioning is made with Chef.
- [Puphpet][puphpet]: simple GUI to set up virtual machines for PHP development. **Heavily focused in PHP**. Besides - [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. local VMs, 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.
[vagrant]: http://vagrantup.com/ [vagrant]: http://vagrantup.com/
[puppet]: http://www.puppetlabs.com/ [puppet]: http://www.puppetlabs.com/
[chef]: http://www.opscode.com/ [chef]: http://www.opscode.com/
[rove]: http://rove.io/ [rove]: http://rove.io/
[puphpet]: https://puphpet.com/ [puphpet]: https://puphpet.com/
[protobox]: http://getprotobox.com/