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
@@ -15,19 +15,21 @@ Plone runs in an application server called {term}`Zope`.
15
15
16
16
You can configure your Zope instance's options, including the following.
17
17
18
-
*persistent storage: blobs, direct filestorage, relation database, ZEO, and so on
19
-
* ports
20
-
* threads
21
-
* cache
22
-
* logging
23
-
* debugging and profiling for development
18
+
-persistent storage: blobs, direct file storage, relational database, ZEO, and other storage mechanisms
19
+
- ports
20
+
- threads
21
+
- cache
22
+
- logging
23
+
- debugging and profiling for development
24
24
25
-
## with Cookieplone
25
+
26
+
## Via Cookieplone
26
27
27
28
If you installed Plone using Cookieplone, `cookiecutter-plone-starter`, or pip, then Zope is configured using {term}`cookiecutter-zope-instance`.
28
29
For a complete list of features, usage, and options, read [`cookiecutter-zope-instance`'s README](https://github.com/plone/cookiecutter-zope-instance#readme).
29
30
30
-
## with Buildout
31
+
32
+
## Via Buildout
31
33
32
34
If you installed Plone using Buildout, then Zope is configured using `plone.recipe.zope2instance`.
33
35
For a complete list of features, usage, and options, read [`plone.recipe.zope2instance`'s README](https://pypi.org/project/plone.recipe.zope2instance/).
0 commit comments