WordPress
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 87 | 07 Mar 2024 | |
latest/stable | 13 | 06 Mar 2023 | |
latest/edge | 118 | 08 Oct 2024 | |
latest/edge | 15 | 30 Mar 2023 |
juju deploy wordpress-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
How to enable antispam (Akismet)
Enabling anti spam filter can be easily done by just supplying wp_plugin_akismet_key
to the
configurations.
To register for Akismet, please visit Akismet official webpage and follow the instructions. After obtaining the Akismet API key, you can now run the following command to enable Akismet plugin.
juju config wordpress-k8s wp_plugin_akismet_key=<akismet-api-key>
The Akismet plugin should automatically be active after running the configuration.