Skip to content

Commit 179d97a

Browse files
authored
Update README.md
1 parent 8901a5a commit 179d97a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# MongoDB PHP GUI v0.9.0
1+
# Free MongoDB GUI powered by PHP
2+
3+
Visually administrate your MongoDB database. Create, read and delete operations are supported.
4+
5+
Screenshots
6+
-----------
7+
8+
![MongoDB PHP GUI](https://raw.githubusercontent.com/SamuelTS/MongoDB-PHP-GUI/master/docs/mpg.png)
9+
10+
Installation
11+
------------
12+
13+
1. `git clone` current repository somewhere in the cloud or on your local machine.
14+
2. Be sure to have PHP >= 7 with [MongoDB extension](https://www.php.net/manual/en/mongodb.installation.php) enabled in this environment.
15+
3. Run `composer install` at project's root directory to install all PHP dependencies.
16+
17+
Configuration
18+
-------------
19+
20+
Open *config.php* file located at projet's root directory. Edit following constants values:
21+
22+
`MPG_MONGODB_USER`, `MPG_MONGODB_PASSWORD`, `MPG_MONGODB_HOST` and `MPG_MONGODB_PORT`.

0 commit comments

Comments
 (0)