From the course: Learning Vagrant

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Application developer environment overview

Application developer environment overview - Vagrant Tutorial

From the course: Learning Vagrant

Start my 1-month free trial

Application developer environment overview

- [Instructor] Now we're going to bring together the CLI commands and Vagrant features to fully demonstrate the power of Vagrant, defining an isolated, portable development environment. To do that, we'll need a platform and the code for an application. Let's suppose that you're learning Node. You've watched a few videos, worked your way through a few exercises, and you're starting to feel confident. You're ready to start working with a Node application. One great way to get started is to go to Github. You find an existing Node application repository, clone it to your local system, and try to run it. Will the application run? If you haven't set up a Node run-time environment, it will definitely not run. Before you can get started with Node, you need more than just JavaScript tutorials. You have to learn how to set up Node. Or, the developer of the sample application can add a Vagrant file and the set up is performed for you. We'll be using a simple Node application to demonstrate the…

Contents