diff --git a/.vscode/ltex.dictionary.en-GB.txt b/.vscode/ltex.dictionary.en-GB.txt new file mode 100644 index 0000000..cc166b6 --- /dev/null +++ b/.vscode/ltex.dictionary.en-GB.txt @@ -0,0 +1 @@ +Mobilizon diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6670042 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "mobilizon" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 8091b82..972c164 100644 --- a/README.md +++ b/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 ` - `make logs`