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/create-project.md
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,24 @@ myst:
10
10
11
11
(create-a-project-label)=
12
12
13
-
# Install Plone with cookiecutter-plone-starter (deprecated)
13
+
# Install Plone with `cookiecutter-plone-starter` (deprecated)
14
14
15
-
This chapter describes how you can create a web application using the {term}`cookiecutter-plone-starter` template.
16
-
17
-
```{deprecated} Plone 6.1 & Volto 18
18
-
This way of installing Plone is now deprecated.
19
-
It was the recommended way to start a new Plone project with **Plone 6.0** and **Volto 17 or earlier**.
15
+
```{deprecated} Plone 6.1 and Volto 18
16
+
This method to install Plone is now deprecated.
17
+
It was the recommended way to start a new Plone project with Plone 6.0 and Volto 17 or earlier.
20
18
For other installation options, see {ref}`get-started-install-label`.
21
19
```
22
20
21
+
This chapter describes how you can create a web application using the {term}`cookiecutter-plone-starter` template.
22
+
23
23
This template creates a web application using Plone with the Volto frontend, along with tools for development and deployment.
24
24
25
25
26
26
(install-packages-system-requirements-label)=
27
27
28
28
## System requirements
29
29
30
-
Plone 6 has both hardware requirements and software prerequisites.
30
+
Plone 6.0 has both hardware requirements and software prerequisites.
31
31
32
32
33
33
(install-packages-hardware-requirements-label)=
@@ -159,15 +159,9 @@ Now the instructions to install Yarn should work.
159
159
160
160
(install-packages-install-label)=
161
161
162
-
## Install Plone 6
163
-
164
-
We install Plone 6 with {term}`pipx`, {term}`Cookiecutter`, {term}`mxdev`, {term}`make`, and other developer tools.
162
+
## Install Plone 6.0
165
163
166
-
```{note}
167
-
We do not maintain documentation for installing Plone 6 or later with `buildout`.
168
-
For Plone 5, `buildout` was the preferred installation method.
169
-
You can read the [documentation of how to install Plone 5 with `buildout`](https://5.docs.plone.org/manage/installing/installation_minimal_buildout.html), and adapt it to your needs for Plone 6.
170
-
```
164
+
We install Plone 6.0 with {term}`pipx`, {term}`Cookiecutter`, {term}`mxdev`, {term}`make`, and other developer tools.
171
165
172
166
Create a new directory to hold your project, and make it your current directory.
0 commit comments