update readme
This commit is contained in:
parent
1e36ddc79f
commit
4ba253df2b
1 changed files with 7 additions and 0 deletions
|
@ -14,3 +14,10 @@ mkcert -install -cert-file certs/lan.pem -key-file certs/lan-key.pem wp.lan mz.l
|
|||
127.0.0.1 mz.lan
|
||||
```
|
||||
4. Start the docker-container via `docker-compose up -d`
|
||||
|
||||
5. Go to https://wp.lan and setup WordPress
|
||||
|
||||
6. Create an administrator user for Mobilizon
|
||||
```
|
||||
docker-compose exec mobilizon mobilizon_ctl users.new "your@email.com" --admin --password "Y0urP4ssw0rd"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue