21 lines
680 B
Markdown
21 lines
680 B
Markdown
---
|
|
page_title: "Rebuild - Getting Started"
|
|
sidebar_current: "gettingstarted-rebuild"
|
|
---
|
|
|
|
# Rebuild
|
|
|
|
When you're ready to come back to your project, whether it is tomorrow,
|
|
a week from now, or a year from now, getting it up and running is easy:
|
|
|
|
```
|
|
$ vagrant up
|
|
```
|
|
|
|
That's it! Since the Vagrant environment is already all configured via
|
|
the Vagrantfile, you or any of your coworkers simply have to run a
|
|
`vagrant up` at any time and Vagrant will recreate your work environment.
|
|
|
|
<a href="/v2/getting-started/teardown.html" class="button inline-button prev-button">Teardown</a>
|
|
<a href="/v2/getting-started/providers.html" class="button inline-button next-button">Providers</a>
|