SeanJanis / x-vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 2.8.2 and MongoDB 2.4.*

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 2.8.2, MongoDB 2.4.*, wget, git, vim, htop]

Good hacking!!!!!!!!

thanks to Daniel Gomes (https://github.com/danielcsgomes)

About


Languages

Language:Ruby 86.8%Language:Puppet 13.0%Language:Shell 0.1%