Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 439 Bytes

node-vagrant

Spin up a VM running nodejs

Install Vagrant, VirtualBox and git

http://www.vagrantup.com
https://www.virtualbox.org (don't worry about setting up any VMs as the steps below will cover this)
http://git-scm.com

Set up

$ git clone https://github.com/redgeoff/node-vagrant.git
$ cd node-vagrant
$ vagrant up
$ vagrant ssh

Notes

  • Files placed in app are ignored by this repo.