From 758b67613d7076da33cc30b9f33b53df130f8fe7 Mon Sep 17 00:00:00 2001 From: "Youri T. K. K. Mattar" Date: Sun, 17 Feb 2019 13:47:52 -0300 Subject: [PATCH] Hide Auto Something... --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 0f57678e..8d6e2f41 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,12 @@ Note 5: UltimaPHP only works (till now) with no-encrypted clients. * Navigate to PHP installation folder ```cd c:\php\installation\folder\``` * And start the server ```php.exe c:\ultimaphp\instalation\folder\startserver.php``` +### Docker + + * With docker and docker-compose installed, clone that repository and run docker-compose up. + * This will bring up uphp and mongo container. + * 😄 + ## Base PHP compilation #### For those, like me, who preffer to use an most performatic standalone PHP, with only what it really needs ```bash