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
- Create an empty workspace directory, say 'scratch'
- cd scratch
- git clone https://github.com/biren/vagrant-node-mongo-redis.git
- cd vagrant-node-mongo-redis
- vagrant init myvm vagrant-node-mongo-redis-64.box
- mv Vagrantfile old.Vagrantfile
- mv new.Vagrantfile Vagrantfile
- 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)
- vagrant up