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/overview/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,8 @@ Additionally, Plone's use of a component architecture makes it easy to extend an
80
80
With the release of Plone 6, you now have the option to choose from two different out-of-the-box supported configurations when setting up a new Plone website.
81
81
The Python-based backend server in Plone can still be used alone to render content server-side and deliver HTML to the browser, a setup that is referred to in the Plone documentation as "Classic UI".
82
82
This configuration has been supported by Plone since its initial release and is still available in the latest version of the platform.
83
-
For container-based deployment, only the `plone-backend` image is required, or a derivative image with customizations added.
83
+
For container-based deployment, only the `plone-backend` image is required.
84
+
It may be used as a base image, adding customizations, to make a derivative image.
84
85
85
86
The default and recommended configuration for new websites in Plone is the new React-based JavaScript frontend called "Volto".
86
87
For this setup you still need to run the Python-based backend server, as well as enable the REST API, and update the configuration profile.
0 commit comments