simple node development environment vagrant setup
includes the following recipes
devbox::nodejs
devbox::nvm
devbox::vim
devbox::redis
check https://github.com/mauriciosilva/devbox for more info on recipes.
updated readme to follow
- make sure you have ruby 1.9+ installed. (if you're installing ruby make sure to
gem install bundler
). - install virtual box from https://www.virtualbox.org/wiki/Downloads
- install vagrant from http://vagrantup.com
execute the following:
$ vagrant plugin install vagrant-berkshelf
$ vagrant plugin install vagrant-omnibus
bundle install
berks install
vagrant up
as soon as box comes up
vagrant ssh