forked from codeguy/php-the-right-way
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Traducciones preliminares de documentos del Capítulo 14: Virtualización * 13-01-01-Virtualization.md y * 13-02-01-Vagrant.md
- Loading branch information
Showing
2 changed files
with
13 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
--- | ||
anchor: virtualization | ||
anchor: virtualizacion | ||
--- | ||
|
||
# Virtualization | ||
# Virtualización | ||
|
||
Running your application on different environments in development and production can lead to strange bugs | ||
popping up when you go live. It's also tricky to keep different development environments up to date with the same | ||
version for all libraries used when working with a team of developers. | ||
Ejecutar tu aplicación en diferentes entornos en desarrollo y producción puede llevar a extraños errores que aparecen en vivo. También es complicado mantener diferentes ambientes de desarrollo actualizados con las mismas versiones de todas las bibliotecas utilizadas cuando se trabaja con un equipo de desarrolladores. | ||
|
||
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 besides the widely known virtualization environments like VMware or VirtualBox, there are | ||
additional tools that may help you setting up a virtual environment in a few easy steps. | ||
Si estás desarrollando en Windows y desplegando en Linux (o cualquier cosa que no sea Windows) o si estás desarrollando en un equipo, deberías considerar el uso de una máquina virtual. Esto suena complicado, pero además de los entornos de virtualización ampliamente conocidos como VMware o VirtualBox, hay herramientas adicionales que pueden ayudarte a configurar un entorno virtual en unos pocos pasos sencillos. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters