From 3bb783c8397b4900aadafdacf5b8d80bcffdea06 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 24 Feb 2021 19:44:26 +0100 Subject: [PATCH] updated README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7559c30ac..8cff1907e 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,26 @@ Currently we only support `docker` as environment to run all services, since man - [docker](https://www.docker.com/) ## How to run? + +1. Clone the repo and pull all submodules + ```bash +git clone git@github.com:gradido/gradido.git git submodule update --recursive --init +``` + +2.1 Run docker compose for the debug build + +```bash docker-compose up ``` +2.2 Or run docker compose in production build + +```bash +docker-compose -f docker-compose.yml up +``` + ## Useful Links - [Gradido.net](https://gradido.net/)