jamescarr / nodejs-vagrant

A vagrant box configured for one of my node.js apps
12 stars 5 forks source link

Awesomebox

This is my chef+vagrant setup for node.js development. It's currently a work in progress but out of the box it'll give you

Running it

Requires that you have a vagrant box named lucid32 installed.

git clone git@github.com:jamescarr/nodejs-vagrant.git
cd nodejs-vagrant
git submodule init && git submodule update
vagrant up

Soon!