mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-02 00:14:08 -05:00
Updated Dev Setup: Vagrant (markdown)
parent
42eb872b1c
commit
b8c0c15e97
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[Vagrant](https://www.vagrantup.com) is a tool for rapidly creating and configuring [virtual machines](http://en.wikipedia.org/wiki/Virtual_machine).
|
||||
|
||||
By using Vagrant, we can quickly create an environment for CodeCombat with all the necessary dependencies, without requiring these dependencies to be installed directly on your computer. Vagrant also simplifies rebuilding the environment and upgrading to newer versions of dependencies.
|
||||
By using Vagrant, we can quickly create an environment for CodeCombat with all the necessary dependencies. Vagrant also simplifies rebuilding the environment and upgrading to newer versions of dependencies.
|
||||
|
||||
Vagrant supports a number of virtual machine environments. For this setup we will be using [VirtualBox](https://www.virtualbox.org/).
|
||||
|
||||
|
|
Loading…
Reference in a new issue