@@ -19,14 +19,20 @@ When you want full control over development or deployment, installing Plone from
1919
2020## System requirements
2121
22+ Plone 6 has both hardware requirements and software pre-requisites.
23+
24+
25+ (install-packages-hardware-requirements-label)=
26+
27+ ### Hardware requirements
28+
2229The hardware requirements below give a rough estimate of the minimum hardware setup needed for a Plone server.
2330
2431{term}` Add-on ` products and caching solutions may increase RAM requirements.
2532
2633A single Plone installation is able to run many Plone sites.
2734You may host multiple Plone sites on the same server.
2835
29- - Almost any modern operating system, including Linux, macOS, and Windows, but a UNIX-based operating system is recommended.
3036- Minimum 256 MB RAM and 512 MB of swap space per Plone site is required.
3137 2 GB or more RAM per Plone site is recommended.
3238- Minimum 512 MB hard disk space is required.
@@ -37,6 +43,15 @@ You may host multiple Plone sites on the same server.
3743
3844### Pre-requisites for installation
3945
46+ - An operating system that runs all the pre-requisites.
47+ Most UNIX-based operating systems are supported, including many Linux distributions, macOS, or WSL on Windows.
48+ A UNIX-based operating system is recommended.
49+
50+ ``` {important}
51+ Windows alone is not recommended because it does not support {term}`GNU make`.
52+ If you get Plone to run on Windows alone, please feel free to document and share your process.
53+ ```
54+
4055- [Python](https://www.python.org/downloads/) 3.8, 3.9, or 3.10.
4156- {term}`Cookiecutter`
4257- {term}`nvm`
0 commit comments