update docs

This commit is contained in:
André Menrath 2023-12-15 14:45:15 +01:00
parent 9037f8825f
commit f75bc889c7

View file

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