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/install/index.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ Developers may choose to install Plone from either [the official container image
51
51
The Plone 6 container images are compliant with the [Open Container Initiative (OCI)](https://opencontainers.org/).
52
52
They should work with any OCI-compliant container engine for developing, managing, and running Plone 6 images.
53
53
Two popular options include [podman](https://podman.io/) and [Docker](https://www.docker.com/products/docker-desktop/).
54
+
54
55
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
+
55
57
This option is the quickest method to install and develop for Plone 6 and its packages.
56
58
57
59
:::{card}
@@ -63,12 +65,18 @@ This option is the quickest method to install and develop for Plone 6 and its pa
63
65
64
66
### Packages
65
67
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
+
68
74
For these situations, Plone 6 may be installed from its packages.
69
-
This method takes longer.
75
+
70
76
It might be a challenge if you bump up against system requirements, or need to resolve conflicts between required packages.
0 commit comments