From f75bc889c7de75fa4158e65d857e002ee634cb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 15 Dec 2023 14:45:15 +0100 Subject: [PATCH] update docs --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b943167..478b31a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ 1. Requirements -- docker +- `make` +- `docker` and `docker-compose` - `mkcert` to handle locally trusted SSL certificates. -2. Clone mobilizon source +2. Clone Mobilizon source ```bash -git clone https://framagit.org/framasoft/mobilizon.git +cd mobilizon && git clone https://framagit.org/framasoft/mobilizon.git ``` 3. Generate a local certificate which is used for both WordPress and Mobilizon. @@ -19,9 +20,9 @@ mkcert -install -cert-file certs/lan.pem -key-file certs/lan-key.pem wp.lan mz.l 127.0.0.1 mz.lan ``` -5. Build Mobilizon via running `make setup`` +5. Build Mobilizon via running `make setup` -5. Start the docker containers via `docker-compose up -d` +5. Start the docker containers via `make start` 6. Go to https://wp.lan and setup WordPress