add fetching of the repo

This commit is contained in:
André Menrath 2023-12-20 14:27:23 +01:00
parent 73a4abbf36
commit 073b3af339

View file

@ -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
```