update Readme
This commit is contained in:
parent
073a7fccf8
commit
dea36991e3
3 changed files with 12 additions and 6 deletions
1
.vscode/ltex.dictionary.en-GB.txt
vendored
Normal file
1
.vscode/ltex.dictionary.en-GB.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Mobilizon
|
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"mobilizon"
|
||||
]
|
||||
}
|
12
README.md
12
README.md
|
@ -1,4 +1,4 @@
|
|||
This repository helps you to set up a local Mobilizon and a local WordPress instance for developing within minutes. It is still early alpha, if you should try it and get stuck somewhere it most likely our fault, so please reach out to us and we try to help you.
|
||||
This repository helps you to set up a local Mobilizon and a local WordPress instance for developing within minutes. It is still early alpha, if you should try it and get stuck somewhere it most likely our fault, so please reach out to us, and we try to help you.
|
||||
|
||||
## Step by Step Guide
|
||||
|
||||
|
@ -30,22 +30,22 @@ mkcert -install -cert-file certs/lan.pem -key-file certs/lan-key.pem wp.lan mz.l
|
|||
```
|
||||
|
||||
### 5. Build Mobilizon
|
||||
`make setup`
|
||||
`make mobilizon_setup`
|
||||
|
||||
### 6. Start the docker containers
|
||||
`make start`
|
||||
|
||||
### 7. Go to http://wp.lan and setup WordPress
|
||||
Currently this has to be done manually:
|
||||
- Go to http://wp.lan and enter dummy credentials.
|
||||
Currently this has to be done manually:
|
||||
- Go to https://wp.lan and enter dummy credentials.
|
||||
- Install the WordPress plugins you need.
|
||||
|
||||
### 8. Create an administrator user for Mobilizon
|
||||
```
|
||||
make admins
|
||||
make mobilizon_admins
|
||||
```
|
||||
|
||||
### 9. Start developing and debugging
|
||||
Get the logs via
|
||||
Get the logs via
|
||||
- `docker-compose logs -f <container_name>`
|
||||
- `make logs`
|
||||
|
|
Loading…
Reference in a new issue