Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 352 Bytes

File metadata and controls

19 lines (14 loc) · 352 Bytes

Intro

This is a simple, basic Vagrant set-up for a development box for Node JS, provisioned with chef-solo,

Other recipies included:

  • build-essential
  • vim
  • git
  • apt

Usage

Clone it and launch Vagrant:

git clone --recursive git://github.com/bitlyfied/vagrant-chef-nodejs-startup.git my-project
cd my-project
vagrant up