Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skratchdot/vagrant-mtools

install a few mongodb tools in a vagrant box
https://github.com/skratchdot/vagrant-mtools

Last synced: about 1 month ago
JSON representation

install a few mongodb tools in a vagrant box

Awesome Lists containing this project

README

        

# vagrant-mtools

Install a few mongodb tools in a vagrant box

## Installed Tools

- [mtools](https://github.com/rueckstiess/mtools)
- [mlogfilter](https://github.com/rueckstiess/mtools/wiki/mlogfilter)
- [mloginfo](https://github.com/rueckstiess/mtools/wiki/mloginfo)
- [mplotqueries](https://github.com/rueckstiess/mtools/wiki/mplotqueries)
- [mlogvis](https://github.com/rueckstiess/mtools/wiki/mlogvis)
- [mlaunch](https://github.com/rueckstiess/mtools/wiki/mlaunch)
- [dex](https://github.com/mongolab/dex)
- [dex usage](https://github.com/mongolab/dex#usage)

## Requirements

- [vagrant](http://vagrantup.com)

## Installation

```bash
vagrant up
vagrant ssh
```

NOTE: the initial `vagrant up` will take a little bit of time. Once SSH'd into the
box, you have access to all the "Installed Tools" listed above.