-
Notifications
You must be signed in to change notification settings - Fork 2
Home
halfred edited this page Sep 6, 2012
·
3 revisions
The aim of PhpMongAdmin is to be a PhpMyAdmin-like tool for MongoDb databases.
It allows to manage databases of a single server or a replicaset of servers.
It handles following functionalities :
- adding/editing/removing databases, collections and records
- adding indexes and private keys
- downloading grid.fs files
- exporting collections (in Php and CSV format)
- A php server (V5)
- MongoDb's Php driver
- A mongoDb database
- The javascript framework DojoToolkit (included)
- Enter one or more IP addresse of each one of your server in the file below : lib/ServerList.class.php
- Change login/password in the lib/PhpMongAdminConnect.class.php file
- Launch index.php
- Enjoy :)
Correction minor bugs A GUI for configuring servers Translation