From 073b3af339e5691498c78b8aea61d1b14d9420c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Wed, 20 Dec 2023 14:27:23 +0100 Subject: [PATCH] add fetching of the repo --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea0e1bd..9e28fc0 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,18 @@ This repository helps you to set up a local Mobilizon and a local WordPress inst ## Step by Step Guide -### 1. Requirements +### 0. Requirements - `make` - `docker` and `docker-compose` - `mkcert` to handle locally trusted SSL certificates. - Currently we only support Debian and Arch based linux distributions. -### 2. Clone Mobilizon source +### 1. Fetch the repository +```bash +git clone https://code.event-federation.eu/Event-Federation/docker.git docker && cd docker +``` + +### 2. Clone Mobilizon source relative to this repo ```bash git clone https://framagit.org/framasoft/mobilizon.git mobilizon/mobilizon ```