feature(guide):basic info on Vagrant added (#18446)
* feature/basic info on Vagrant added Added basic Vagrant info with links to documentation and how to get started. * Update index.md
This commit is contained in:
@ -3,11 +3,10 @@ title: Vagrant
|
|||||||
---
|
---
|
||||||
## Vagrant
|
## Vagrant
|
||||||
|
|
||||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/quadratic-equations/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
|
||||||
|
|
||||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
|
||||||
|
|
||||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
<!-- 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:
|
#### More Information:
|
||||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
<!-- 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)
|
||||||
|
Reference in New Issue
Block a user