mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-14 01:33:58 +02:00
Merge pull request #501 from frankperez87/virtualization-content-fix
Update text under Vagrant section.
This commit is contained in:
@@ -5,7 +5,7 @@ anchor: vagrant
|
|||||||
|
|
||||||
## Vagrant {#vagrant_title}
|
## Vagrant {#vagrant_title}
|
||||||
|
|
||||||
[Vagrant] helps you building your virtual boxes on top of the known virtual environments and will configure these
|
[Vagrant] helps you build your virtual boxes on top of the known virtual environments and will configure these
|
||||||
environments based on a single configuration file. These boxes can be set up manually, or you can use "provisioning"
|
environments based on a single configuration file. These boxes can be set up manually, or you can use "provisioning"
|
||||||
software such as [Puppet] or [Chef] to do this for you. Provisioning the base box is a great way to ensure that
|
software such as [Puppet] or [Chef] to do this for you. Provisioning the base box is a great way to ensure that
|
||||||
multiple boxes are set up in an identical fashion and removes the need for you to maintain complicated "set up"
|
multiple boxes are set up in an identical fashion and removes the need for you to maintain complicated "set up"
|
||||||
|
Reference in New Issue
Block a user