Cross-platform database management tool for MongoDB.
- Java runtime environment 6 or later
- 5 MB of disk space
mongoexplorer-0.1.1.tar.gz 14.3.2015
mongoexplorer-0.1.0.tar.gz 12.2.2015
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:
- Unzip mongoexplorer-0.1.0.zip (for example using WinZip, WinRar, etc.)
- Go to the created
mongoexplorer-0.1.0
folder and double-clickmongoexplorer.cmd
Mongo Explorer running on Mac OS X.
Mongo Explorer running on Linux Mint.
Mongo Explorer running on Windows 8.1.
Make sure you have git
, java
and ant
available, and set up in your path.
- Clone the repository
- In the project base directory, run the Ant build script
- 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 &