A boilerplate for Nodejs projects using Vagrant and Chef
- Vagrant
- librarian-chef
- Ruby version >= 2.1
librarian-chef install --verbose
vagrant up
in the public/ folder is the actual Nodejs server example
vagrant ssh
cd /var/www/myapp/public
npm install
npm start