You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/index.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# Wordpress Operator
2
-
3
1
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.
4
2
5
-
This charm simplifies initial 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, from [MicroK8s](https://microk8s.io/) to [Charmed Kubernetes](https://ubuntu.com/kubernetes) to public cloud Kubernetes offerings.
3
+
This charm simplifies initial deployment and "day N" 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, from [MicroK8s](https://microk8s.io/) to [Charmed Kubernetes](https://ubuntu.com/kubernetes) to public cloud Kubernetes offerings.
4
+
5
+
As such, the charm makes it easy for those looking to take control of their own content management system whilst keeping operations simple and gives them the freedom to deploy on the Kubernetes platform of their choice.
6
6
7
7
This charm will make operating WordPress simple and straightforward for DevOps or SRE teams through Juju's clean interface. It will allow easy deployment into multiple environments to test changes and support scaling out for enterprise deployments.
8
8
9
9
## In this documentation
10
10
11
11
|||
12
12
|--|--|
13
-
|[Tutorials](https://charmhub.io/wordpress-k8s/docs/tutorials-getting-started)</br> Get started - a hands-on introduction to using the Charmed WordPress operator for new users </br> |[How-to guides](https://charmhub.io/wordpress-k8s/docs/how-to-contribute) </br> Step-by-step guides covering key operations and common tasks |
13
+
|[Tutorials](https://charmhub.io/wordpress-k8s/docs/tutorials-getting-started)</br> Get started - a hands-on introduction to using the Charmed WordPress operator for new users </br> |[How-to guides](https://charmhub.io/wordpress-k8s/docs/how-to) </br> Step-by-step guides covering key operations and common tasks |
14
14
|[Reference](https://charmhub.io/wordpress-k8s/docs/reference-actions) </br> Technical information - specifications, APIs, architecture |[Explanation](https://charmhub.io/wordpress-k8s/docs/explanation-overview) </br> Concepts - discussion and clarification of key topics |
15
15
16
16
## Contributing to this documentation
@@ -25,10 +25,10 @@ The WordPress Operator is a member of the Ubuntu family. It's an open-source pro
25
25
26
26
-[Code of conduct](https://ubuntu.com/community/code-of-conduct)
> NOTE: If you are using Multipass VM for this tutorial, you will need to route the IP from Multipass. To do this first get the IP of the Multipass VM.
101
-
> Outside the Multipass VM run:
102
-
> ```
103
-
> multipass info my-juju-vm
104
-
> ```
105
-
> The IP you see here will be called <VM_IP> in this example.
106
-
>
107
-
> Then route:
108
-
> ```
109
-
> sudo ip route add <UNIT_IP> via <VM_IP>
110
-
> ```
102
+
[note]
103
+
If you are using Multipass VM for this tutorial, you will need to route the IP from Multipass. To do this first get the IP of the Multipass VM.
104
+
Outside the Multipass VM run:
105
+
```
106
+
multipass info my-juju-vm
107
+
```
108
+
The IP you see here will be called <VM_IP> in this example.
111
109
110
+
Then route:
111
+
```
112
+
sudo ip route add <UNIT_IP> via <VM_IP>
113
+
```
114
+
[/note]
112
115
113
116
You can now access your WordPress application at `http://<UNIT_IP>/wp-login.php` and log in with the admin username and password from the previous action.
114
117
@@ -126,4 +129,4 @@ If you used Multipass, to remove the Multipass instance you created for this tut
0 commit comments