##Setting up Vagrant for Node.js development
These are instructions for an internal project setup for node.js development in the same enviromment regardless of host OS. Some items may be specific to our project and internal processes, but I put it here as a starting point for others or help to setting up your own OS.
There is an internal postinstall.sh on install of the vagrant box mentioned here, but I prefer to roll my own and outline the essential steps so that other can input the items that they require.
###Setting up Vagrant box
- Install VirtualBox
- Download and install Vagrant
- Follow the instructions for creating an ubuntu
'precise32'vagrant box on the 'Getting Started' page (really quick)