fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@@ -0,0 +1,12 @@
---
title: Vagrant
---
## Vagrant
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
Vagrant is an automation tool that aids in creating and managing virtual machines that is simple to use and allows you to set up a environment quickly. This enviroment's exact installation and configuration can then be shared by using a Vagrantfile so other team members are all using the same environment no matter what computer they are using.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
- [Official Documentation](https://www.vagrantup.com/docs/index.html)
- [How to Get Started](https://www.vagrantup.com/intro/getting-started/index.html)