File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ Export documents to JSON. Import documents from JSON. Manage indexes. Manage use
99
1010![ MongoDB PHP GUI - Visualize Database] ( https://raw.githubusercontent.com/SamuelTallet/MongoDB-PHP-GUI/master/docs/screenshots/visualize-database.png )
1111
12- ![ MongoDB PHP GUI - Query Database ] ( https://raw.githubusercontent.com/SamuelTallet/MongoDB-PHP-GUI/master/docs/screenshots/query-database .png )
12+ ![ MongoDB PHP GUI - Query Documents ] ( https://raw.githubusercontent.com/SamuelTallet/MongoDB-PHP-GUI/master/docs/screenshots/query-documents .png )
1313
1414## Installation
1515
1616### Docker (PHP built-in server)
17171 . In a case of an upgrade, run ` docker pull samueltallet/mongodb-php-gui ` <br >
18182 . Always run ` docker run --add-host localhost:172.17.0.1 --publish 5000:5000 --rm samueltallet/mongodb-php-gui ` <br >
19- 3 . Open your browser at this address: http://127.0.0.1:5000/ to access GUI.< br >
19+ 3 . Open your browser at this address: http://127.0.0.1:5000/ to access GUI.
2020
2121### Apache HTTP server
22221 . Clone current repository in a folder served by Apache.
23- 2 . Be sure to have PHP >= 7.3 with [ MongoDB ext. ] ( https://www.php.net/manual/en/mongodb.installation.php ) enabled.
23+ 2 . Be sure to have PHP >= 7.3 with [ MongoDB extension ] ( https://www.php.net/manual/en/mongodb.installation.php ) enabled.
24243 . Check that ` rewrite_module ` module is enabled in your Apache configuration.
25254 . Be sure to have ` AllowOverride All ` in your Apache (virtual host) configuration.
26265 . Run ` composer install ` at project's root directory to install all PHP dependencies.
You can’t perform that action at this time.
0 commit comments