Skip to content

Commit eb6c680

Browse files
committed
Break paragraphs apart into logical parts and list.
1 parent 36b134d commit eb6c680

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/install/index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Developers may choose to install Plone from either [the official container image
5151
The Plone 6 container images are compliant with the [Open Container Initiative (OCI)](https://opencontainers.org/).
5252
They should work with any OCI-compliant container engine for developing, managing, and running Plone 6 images.
5353
Two popular options include [podman](https://podman.io/) and [Docker](https://www.docker.com/products/docker-desktop/).
54+
5455
The Plone 6 images have all the system requirements, pre-requisites, and Plone 6 already installed, except those requirements needed for running the container engine itself.
56+
5557
This option is the quickest method to install and develop for Plone 6 and its packages.
5658

5759
:::{card}
@@ -63,12 +65,18 @@ This option is the quickest method to install and develop for Plone 6 and its pa
6365

6466
### Packages
6567

66-
There may be some cases where using a Plone 6 image is not practical or desired.
67-
You might want to use an SQL database that is not PostgreSQL, or you might use a deployment workflow that has specific requirements.
68+
There may be some cases where using a Plone 6 image and containers is not practical or desired.
69+
70+
- You use an SQL database that is not PostgreSQL.
71+
- You develop custom applications, themes, and add-ons for Plone.
72+
- You use a deployment workflow that has specific requirements.
73+
6874
For these situations, Plone 6 may be installed from its packages.
69-
This method takes longer.
75+
7076
It might be a challenge if you bump up against system requirements, or need to resolve conflicts between required packages.
7177

78+
This method takes longer than using containers.
79+
7280
:::{card}
7381
:link: installation-from-packages
7482
:link-type: any

0 commit comments

Comments
 (0)