Skip to content

tlpinney/databox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install vagrant 

sudo gem install vagrant 
or 
http://downloads.vagrantup.com/tags/v1.0.0.rc2

cd databox 
vagrant up 
vagrant ssh 
# this will ssh into the guest box, and the next commands will be run on the guest box 
cd /vagrant/sample 
node.io hello.js 
node.io reddit.js 




To apply changes to the vm (after running git fetch and merge)
vagrant reload  

To destroy the box 
vagrant destroy 

Run examples in /vagrant/sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published