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 --channel edge
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 install themes
Start by locating the theme from the WordPress themes page. Once you’ve located the theme, the
theme slug is the name of the theme from the URL of the selected theme page. For example,
https://wordpress.org/themes/twentytwentytwo/ the plugin slug is “twentytwentytwo” after the
“/themes/” path in the URL. You can now install the theme using the theme slug with juju config
.
juju config wordpress-k8s themes=<theme-slug>
To install multiple themes at once, append more themes separated by a comma.
juju config wordpress-k8s themes=<theme-slug>,<theme-slug>
Once the configuration is complete, you can navigate to http://<wordpress-unit-ip>/wp-admin/themes.php
to
verify your new theme installation.