Sha256: 79abbbb3308003326450f8f3ad00064ae69919d9c946c7fdd449db27ea82d104
Contents?: true
Size: 830 Bytes
Versions: 15
Compression:
Stored size: 830 Bytes
Contents
--- layout: "intro" page_title: "Rebuild - Getting Started" sidebar_current: "gettingstarted-rebuild" description: |- When you are 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: --- # Rebuild When you are 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 `vagrant up` at any time and Vagrant will recreate your work environment. ## Next Steps You have successfully managed the full lifecycle of your Vagrant environment. Read on to learn about [providers](/intro/getting-started/providers.html).
Version data entries
15 entries across 11 versions & 3 rubygems