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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Additionally, Plone is supported by a strong community of users and developers w
23
23
Plone has the maturity, stability, and reliability of an application maintained by open source developers with decades of experience, while continually evolving and adapting to modern technology.
24
24
25
25
Lots of customizations can be made through-the-web, such as creating content types, themes, workflows, and much more.
26
-
A full file system based development workflow is also possible.
26
+
A full file system based development workflow is possible and recommended for team work and deployment, backed by source code repositories.
27
27
Plone can be extended and used as a framework on which to build custom CMS-like solutions.
28
28
29
29
Plone works as a:
@@ -79,12 +79,13 @@ Additionally, Plone's use of a component architecture makes it easy to extend an
79
79
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
-
This configuration has been supported by Plone since its initial release and is still available in the latest version of the platform.
82
+
This configuration has been supported by Plone since its initial release and is still available in the latest version of the platform.
83
83
For container-based deployment, only the `plone-backend` image is required.
84
84
It may be used as a base image, adding customizations, to make a derivative image.
85
85
86
86
The default and recommended configuration for new websites in Plone is the new React-based JavaScript frontend called "Volto".
87
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.
88
+
These settings and profile are applied automatically when you select the `Create Plone Site` option in the Plone website creation form.
88
89
In addition a separate NodeJS based frontend server will serve the JavaScript frontend resources and provide SSR with hydration.
89
90
To deploy this setup using containers, you will need the `plone-frontend` image for the frontend server.
0 commit comments