Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.36 KB

Build Status Code Climate Dependency Status Coverage Status

Overview

This project is an effort to combine existing community projects as well as new MongoDB related tools into a single, easily redistributable application.

Features:

  • Database Visualizer
  • Query Analyzer
  • Log Explorer
  • Database Explorer
  • Query Interface
  • Document Editor
  • REST API
  • Notification & Alerts

Getting Started

Follow these steps to get started with mongotools.

  1. Clone the mongotools repo and navigate to your local cloned copy.
  2. Create the mongo dir to hold the log files.
    $ mkdir ~/mongo
  3. Run the setup wizard to create the stats db.
    $ rake setup:server
  4. Start mongotools.
    $ bundle exec rails s

Troubleshooting:

Double check the connection settings located in:
/config/application.yml

If the above fails, try:
$ mongod --dbpath ~/mongo --port 27018 --fork --logpath ~/mongo/logs