Skip to content

voxmachina/vagrant-chef-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual machine running Ubuntu with Node

A boilerplate for Nodejs projects using Vagrant and Chef

Dependencies

Howto

Virtual machine

librarian-chef install --verbose
vagrant up

Nodejs app

in the public/ folder is the actual Nodejs server example

vagrant ssh
cd /var/www/myapp/public
npm install
npm start

About

A simple Vagrant Nodejs virtual machine using Chef

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published