/vagrant_node_js

My Vagrant dev environment for teaching myself Node.js

Primary LanguageRuby

Documentation

Trying to set up a nice dev environment to learn Node.js. I am working through examples in the Node.js in Action book. I also hope to explore some other ideas for playing with it from a Stackoverflow question

I'm using Vagrant to spin up a version of Ubuntu Precise 32-bit to dev in. The node_js_file.sh is the provision to setup the machine for Node.js development. I followed and modified these instructions for the bash script.