WordPress

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 87 07 Mar 2024
Ubuntu 22.04
latest/edge 93 16 Apr 2024
Ubuntu 22.04
juju deploy wordpress-k8s
Show information

Platform:

How to install plugins

Start by locating the plugin from the WordPress plugins page. Once you’ve located the plugin, the plugin slug is the name of the plugin from the URL of the selected theme page. For example, https://wordpress.org/plugins/akismet/ the plugin slug is “akismet” after the “/plugins/” path in the URL. You can now install the plugin using the plugin slug with juju config.

juju config wordpress-k8s plugins=<plugin-slug>

To install multiple plugins at once, append more plugins separated by a comma.

juju config wordpress-k8s plugins=<plugin-slug>,<plugin-slug>

Once the configuration is complete, you can navigate to http://<wordpress-unit-ip>/wp-admin/plugins.php to verify your new plugin installation.


Help improve this document in the forum (guidelines). Last updated 8 months ago.