From 141bf11850a9eae8b972bdd071f681fef9289d86 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Mon, 22 Aug 2022 16:39:39 +0200 Subject: [PATCH] Update README.md Notes on Use with and without docker-compose --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ac863c..0d6d301 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ -# How to build and run the whole thing +# With docker-compose +## How to build and run the whole thing + +First install docker and docker-compose on your system + +Then: $ cd compose $ docker-compose up -# How to use it +## How to use it Go to localhost:6655 to see what the php server serves. In the @@ -27,4 +32,14 @@ To list your running container issue docker ps -a +# Without docker-compose +Get the source code of the directory + + overlay/opt + +Be preferably on a debian based system. + +Install php7.4-cli + +Run it. \ No newline at end of file