0.2.4 • Published 9 years ago

plexi.mongodb v0.2.4

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

plexi.mongodb

NPM Version NPM Downloads Gratipay

Automatically install & launch MongoDB.

Installation

$ npm install plexi.mongodb --save

Usage

Programmatically

if mongodb not installed your system will be installed before launch.

var launcher = require('plexi.mongodb');

launcher.launch({
	version: '3.0.3',
	port: 27017,
	dbpath: '.mongo/data',
	logfile: '.mongo/logs/mongo.log'
}, function(err, ps) {
	if( err ) return console.error(err);
	
	console.log('mongodb started pid:%s', ps.pid);
});

Global Usage

install & launch mongodb

cli arguments is same as original "mongod" options.

$ npm install -g plexi.mongodb
$ pm --port 27017 --dbpath "some/dir"

License

MIT

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

2.6.5-alpha.9

9 years ago

2.6.5-alpha.8

9 years ago

2.6.5-alpha.7

9 years ago

2.6.5-alpha.6

9 years ago

2.6.5-alpha.5

9 years ago

2.6.5-alpha.4

9 years ago

2.6.5-alpha.3

9 years ago

2.6.5-alpha.2

9 years ago

2.6.5-alpha.1

9 years ago