/vagrant-nodejs-redis-mongodb

Vagrant configuration with puppet to create a Virtual Box machine with Ubuntu Server 14.04, Nodejs v0.10.*, Redis 2.8.* and MongoDB 2.6.*

Primary LanguageRuby

Vagrant and Puppet configuration for NodeJS, Redis & MongoDB

Vagrant configuration with puppet to create a Virtual Box machine with Ubuntu Server 12.10, Nodejs v0.10.*, Redis stable release and MongoDB 2.6.*

Installation:
Install Vagrant 1.2.2
Install Virtual Box 4.2.12
Clone the repository git clone git://github.com/joaquimserafim/vagrant-nodejs-redis-mongodb.git

  • Run - vagrant up
  • SSH - vagrant ssh
  • Halt - vagrant halt

access mongo and redis from your machine:

  • redis.cli h 192.168.33.10 -p 6379
  • mongo 192.168.33.10

Puppet Manifest will install: [Nodejs - v0.10.*, Redis - last stable release, MongoDB - 2.6.*, wget, git, vim, htop, g++]

Good hacking!!!!!!!!