From 1e36ddc79fc0a5cfa10f0693305e808f08453b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 5 Dec 2023 17:53:38 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93800a7..15e25e8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -1. Install `mkcert` to handle locally trusted SSL certificates. - +1. Requirements +- docker +- `mkcert` to handle locally trusted SSL certificates. 2. Generate a local certificate which is used for both WordPress and Mobilizon. ```bash mkcert -install -cert-file certs/lan.pem -key-file certs/lan-key.pem wp.lan mz.lan ``` + 3. Add the two dummy domains to your /etc/hosts file: ``` 127.0.0.1 wp.lan 127.0.0.1 mz.lan - ``` +4. Start the docker-container via `docker-compose up -d`