/vagrant-node-mongo-redis

Vagrant Box and Vagrant File for node.js (with npm and express), mongodb and redis in one box

Primary LanguageRuby

vagrant-node-mongo-redis

Vagrant Box and Vagrant File for node.js (with npm and express), mongodb and redis in one 64-bit box.

Setup Instructions

  1. Create an empty workspace directory, say 'scratch'
  2. cd scratch
  3. git clone https://github.com/biren/vagrant-node-mongo-redis.git
  4. cd vagrant-node-mongo-redis
  5. vagrant init myvm vagrant-node-mongo-redis-64.box
  6. mv Vagrantfile old.Vagrantfile
  7. mv new.Vagrantfile Vagrantfile
  8. edit Vagrantfile and change line config.vm.box = "vagrant-node-mongo-redis-64" with the name you gave in vagrant init step (e.g. myvm)
  9. vagrant up