update docs
This commit is contained in:
parent
9037f8825f
commit
f75bc889c7
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -1,11 +1,12 @@
|
||||||
|
|
||||||
1. Requirements
|
1. Requirements
|
||||||
- docker
|
- `make`
|
||||||
|
- `docker` and `docker-compose`
|
||||||
- `mkcert` to handle locally trusted SSL certificates.
|
- `mkcert` to handle locally trusted SSL certificates.
|
||||||
|
|
||||||
2. Clone mobilizon source
|
2. Clone Mobilizon source
|
||||||
```bash
|
```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.
|
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
|
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
|
6. Go to https://wp.lan and setup WordPress
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue