File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ Installation
1818------------
1919
2020### Docker (PHP built-in server)
21- 1 . Run once ` docker build -t mongodb-php-gui . ` at project's root directory.
22- 2 . Run ` docker run -it -p 5000:5000 mongodb-php-gui ` at project's root directory.
23- 3 . Open your browser at this address: http://127.0.0.1:5000/ to access GUI.
21+ 1 . Clone current repository.
22+ 2 . Run once ` docker build -t mongodb-php-gui . ` at project's root directory.
23+ 3 . Run ` docker run -it -p 5000:5000 mongodb-php-gui ` at project's root directory.
24+ 4 . Open your browser at this address: http://127.0.0.1:5000/ to access GUI.
2425
2526### Apache HTTP server
26271 . Clone current repository in Apache Web root directory or setup a virtual host.
You can’t perform that action at this time.
0 commit comments