Skip to content

HuzuTech/vagrant-node-nvm-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Vagrant-Node-Nvm-Npm

This is a setup for a Vagrant box with node, nvm and npm installed. It should be useful for testing node apps in a greenfield environment.

To create a box of your own:

  • Get VirtualBox
  • Get Vagrant
  • Install Chef:
    gem install chef (you will need Ruby and ruby-dev/devel)
  • Install librarian-chef: gem install librarian-chef
  • Install the necessary Chef cookbooks: librarian-chef install
  • Add an appropriate Vagrant box: vagrant box add precise64 http://files.vagrantup.com/precise64.box

You can now provision and boot your box: vagrant up

To ssh into it as user vagrant: vagrant ssh

To exit the box: exit

To destroy the box: vagrant destroy

About

A setup for a Vagrant box with node, nvm and npm preinstalled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages