Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skratchdot/vagrant-mtools
- Owner: skratchdot
- Created: 2014-05-13T21:45:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T21:47:41.000Z (over 10 years ago)
- Last Synced: 2024-10-19T00:24:33.837Z (3 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.