Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
swetha1654 committed Nov 28, 2024
1 parent a22e5f3 commit f671b95
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

A [Juju](https://juju.is/) [charm](https://juju.is/docs/olm/charmed-operators) deploying and managing WordPress on Kubernetes. [WordPress](https://wordpress.com) is the world's most popular website builder, and it's free and open-source.

This charm simplifies initial deployment and "day N" operations of WordPress on Kubernetes,
This charm simplifies the deployment and operations of WordPress on Kubernetes,
including scaling the number of instances, integration with SSO,
access to OpenStack Swift object storage for redundant file storage and more.
It allows for deployment on many different Kubernetes platforms,
Expand All @@ -29,28 +29,30 @@ To begin, refer to the [Getting Started](https://charmhub.io/wordpress-k8s/docs/

### Basic Operations

The following actions are available for the charm -
The following actions are available for the charm:
- get-initial-password
- rotate-wordpress-secrets

You can find more information on this [here](https://charmhub.io/wordpress-k8s/actions)
You can find more information about supported actions in [the Charmhub documentation](https://charmhub.io/wordpress-k8s/actions).

## Integrations

Deployment of WordPress requires a relational database. The integration with the mysql interface is required by the wordpress-k8s charm for which `mysql-k8s` charm can be deployed as follows -
Deployment of WordPress requires a relational database. The integration with the mysql interface is required by the wordpress-k8s charm for which `mysql-k8s` charm can be deployed as follows:

```
juju deploy mysql-k8s --trust
# 'database' interface is required since mysql-k8s charm provides multiple compatible interfaces
juju integrate wordpress-k8s mysql-k8s:database
```

Apart from this, the charm can be integrated with other Juju charms and services as well. You can find the full list of integrations [here](https://charmhub.io/wordpress-k8s/integrations)
Apart from this required integration, the charm can be integrated with other Juju charms and services as well. You can find the full list of integrations in [the Charmhub documentation](https://charmhub.io/wordpress-k8s/integrations).

## Learn more

- [Read more](https://charmhub.io/wordpress-k8s/docs)
- [Developer documentation](https://codex.wordpress.org/Developer_Documentation)
- [Official webpage](https://wordpress.com)
- [Troubleshooting](https://matrix.to/#/#charmhub-charmdev:ubuntu.com)

## Project and community

Expand Down

0 comments on commit f671b95

Please sign in to comment.