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