-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathREADME
23 lines (13 loc) · 1016 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
mViewer(Micro/Mongo Viewer) is a light (read web based like Futon for couchdb) GUI for mongo db which does not need any install steps.
Current Features are:
1. Managed db and collections (usual add/drop of collections and drop of db)
2. Viewing collection and db stats (count, size, storage et al)
3. query executor
4. Mongo stats
How to Build
Run build.xml using ant, target is start. It will create a war and run it using the winstone server, you can access the application at http://localhost:8080.
For building a distributable unit run the target dist, since the default target is also set as dist, just running ant should suffice. dist would create a deployable war in the staging directory, which by default is at the same level as the src folder.
This war can be deployed on to tomcat 7x, other server integration can be provided on demand.
Once the war is deployed go to the url http://<server-ip>:<http-port>/mViewer
Eagerly waiting for feature requests and bug reports
Team Imaginea