Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 507 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 507 Bytes

Basic Vagrant VM for NodeJS Development

Installs:

Installation

  1. Checkout the git repo.

  2. Install Vagrant:

$ gem install vagrant


3. Start vagrant: 

	```bash
$ vagrant up
  1. Put your project in projects folder.

  2. Login to the VM:

$ vagrant ssh