-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
32 lines (23 loc) · 885 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Welcome to the phpmongadmin wiki!
## What is it ?
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.<br><br>
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)
## What do I need ?
1. A php server (V5)
2. MongoDb's Php driver
3. A mongoDb database
4. The javascript framework DojoToolkit (included)
## How can I use it ?
1. Enter one or more IP addresse of each one of your server in the file below : lib/ServerList.class.php
2. Change login/password in the lib/PhpMongAdminConnect.class.php file
3. Launch index.php
4. Enjoy :)
## what can I do ?
Correction minor bugs
A GUI for configuring servers
Translation