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/glossary.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -802,6 +802,7 @@ reference implementation
802
802
The reference implementation often accompanies a technical standard, and demonstrates what should be considered the "correct" behavior of any other implementation of it.
803
803
804
804
distribution
805
+
distributions
805
806
A Plone distribution is a pre-packaged version of Plone that includes specific features, themes, modules, and configurations.
806
807
It is a convenient way to get a specific type of website up and running quickly, as the distribution includes everything needed to run that type of site.
% This should move into the Admin guide once https://github.com/plone/documentation/pull/1746 is merged.
10
+
% TODO: This should move into the Admin guide once https://github.com/plone/documentation/pull/1746 is merged.
11
11
12
12
(add-a-plone-site-label)=
13
13
@@ -17,19 +17,19 @@ This section explains how to add a Plone site to an existing Zope instance.
17
17
It assumes that you have already {doc}`installed </install/index>` and started Plone.
18
18
19
19
Some installation methods create a Plone site for you already.
20
-
Follow these instructions if you used an installation method that did not do this,
21
-
or if you need a second Plone site in the same instance for some reason.
20
+
Follow these instructions if you used an installation method that did not do this, or if you need a second Plone site in the same instance for some reason.
22
21
23
22
```{versionadded} Plone 6.1
24
23
The user interface for creating a new Plone site was changed in Plone 6.1.
25
24
You can access it the same way in Plone 6.0, but the appearance and options are different.
26
25
```
27
26
28
-
Open the Plone backend. Usually it is running at http://localhost:8080/
27
+
Visit the Plone backend in a web browser.
28
+
Usually it is running at http://localhost:8080/
29
29
30
-
This launch screen prompts you to choose one of the available {term}`distributions <distribution>` to create a new site.
30
+
The launch screen prompts you to choose one of the available {term}`distributions` to create a new site.
31
31
32
-
% add a link to choose-user-interface doc once https://github.com/plone/documentation/pull/1749 is merged
32
+
% TODO: Add a link to the choose-user-interface doc once https://github.com/plone/documentation/pull/1749 is merged.
@@ -42,14 +42,16 @@ _Launch screen for choosing a distribution_
42
42
43
43
Hover over your choice and click the {guilabel}`Create` button.
44
44
45
-
Now complete the form with initial configuration for your site. You can configure:
45
+
Now complete the form with initial configuration for your site.
46
+
You can configure the following settings.
46
47
47
-
:::{card}
48
48
Path Identifier
49
-
: The ID of the site. This ends up as part of the URL unless hidden by an upstream web server.
49
+
: The ID of the site.
50
+
This ends up as part of the URL unless hidden by an upstream web server.
50
51
51
52
Title
52
-
: The name of the site in the HTML `title` element. This will be shown as part of the title of the browser tab on each page.
53
+
: The name of the site in the HTML `title` element.
54
+
This will be shown as part of the title of the browser tab on each page.
53
55
54
56
Site Description
55
57
: A brief description that will be served in an HTML `meta` tag.
@@ -62,14 +64,13 @@ Language
62
64
63
65
Timezone
64
66
: The default timezone setting of the portal.
65
-
:::
66
67
67
-
Finally, press {guilabel}`Submit`.
68
+
Finally, click the {guilabel}`Submit` button.
68
69
69
70
Have fun with your new Plone site!
70
71
71
72
```{important}
72
-
If you are using the Volto frontend, keep in mind that the launch screen for adding a site is hosted by the Plone backend server.
73
-
After you create the site, you must switch to Volto.
74
-
Usually, it is running at http://localhost:3000.
73
+
The launch screen for adding a site is hosted by the Plone backend server.
74
+
Regardless of the frontend you select, you will be redirected to the backend's user interface after you create the site.
75
+
If you select the Volto frontend, you can switch to it by changing the port number in the URL, usually `3000`, and visiting it at http://localhost:3000, for example.
0 commit comments