minor text improvements

This commit is contained in:
Matthias Glaub
2014-10-23 19:50:49 +02:00
parent 339f6fe206
commit 8074fca0e7
3 changed files with 4 additions and 4 deletions

View File

@@ -11,4 +11,4 @@ version for all libraries used when working with a team of developers.
If you are developing on Windows and deploying to Linux (or anything non-Windows) or are developing in a team, you
should consider using a virtual machine.
This sounds tricky, but beside the widely known virtualization environments like VMware or VirtualBox, there are
additional tools that may help you setting up a virtual environment in a vew easy steps.
additional tools that may help you setting up a virtual environment in a few easy steps.

View File

@@ -23,7 +23,7 @@ If you need a little help to start using Vagrant there are some services that mi
- [Rove][rove]: service that allows you to pre-generate 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.
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.

View File

@@ -7,10 +7,10 @@ anchor: docker
Beside using Vagrant, another easy way to get a virtual development or production environment up and running is [Docker][docker].
Docker helps you to provide Linux containers for all kind of applications.
There are many helpful docker images that could provide you with other great services without the need to install
There are many helpful docker images which could provide you with other great services without the need to install
these services on your local machine, e.g. MySQL or PostgreSQL and a lot more.
Have a look at the [Docker Hub Registry][docker-hub] to search a list of available pre-built containers,
that you can then run and use in very few steps.
which you can then run and use in very few steps.
### Example: Runnning your PHP Applications in Docker
After you [installed docker][docker-install] on your machine, you can start an Apache with PHP support in one step.