Skip to content

tutikka/MongoExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo Explorer

Cross-platform database management tool for MongoDB.

Requirements

  • Java runtime environment 6 or later
  • 5 MB of disk space

Download

mongoexplorer-0.1.1.tar.gz 14.3.2015

mongoexplorer-0.1.0.tar.gz 12.2.2015

Installation

Note! Please replace version 0.1.0 below accordingly.

MacOS and Linux:

$ tar zfxv mongoexplorer-0.1.0.tar.gz
$ cd mongoexplorer-0.1.0
$ sh ./mongoexplorer.sh 

Windows:

  1. Unzip mongoexplorer-0.1.0.zip (for example using WinZip, WinRar, etc.)
  2. Go to the created mongoexplorer-0.1.0 folder and double-click mongoexplorer.cmd

Screenshots

Mongo Explorer running on Mac OS X.

ScreenShot

Mongo Explorer running on Linux Mint.

ScreenShot

Mongo Explorer running on Windows 8.1.

ScreenShot

Building from Source

Make sure you have git, java and ant available, and set up in your path.

  1. Clone the repository
  2. In the project base directory, run the Ant build script
  3. In the created dist directory, run one of the startup scripts

Example (MacOS, Unix, Linux)

$ git clone https://github.com/tutikka/MongoExplorer.git
$ cd MongoExplorer
$ ant
$ cd dist
$ sh ./mongo-explorer.sh &

About

Cross-platform database management tool for MongoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published