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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,34 +63,34 @@ You can find it at https://plone-storybook.readthedocs.io/?path=/docs/introducti
63
63
64
64
## Create a Plone Aurora frontend-only project
65
65
66
-
To create a project with a frontend-only scaffold using Plone Aurora, follow the [Plone installation documentation](https://volto.readthedocs.io/seven/get-started/create-package.html).
66
+
To create a project with a frontend-only scaffold using Plone Aurora, follow the [Plone installation documentation](https://plone-aurora.readthedocs.io/get-started/create-package.html).
67
67
68
68
69
69
## Documentation
70
70
71
-
You can find the documentation at [https://volto.readthedocs.io/seven/](https://volto.readthedocs.io/seven/).
71
+
You can find the documentation at [https://plone-aurora.readthedocs.io/](https://plone-aurora.readthedocs.io/).
72
72
73
73
74
74
## Supported Plone, Python, and Plone REST API versions
75
75
76
-
See [Plone, Python, and Plone REST API compatibility](https://volto.readthedocs.io/seven/contributing/version-policy.html#version-policy-plone-python-and-plone-rest-api-compatibility)
76
+
See [Plone, Python, and Plone REST API compatibility](https://plone-aurora.readthedocs.io/contributing/version-policy.html#version-policy-plone-python-and-plone-rest-api-compatibility)
77
77
78
78
See the [Plone Release Schedule](https://plone.org/download/release-schedule) for details of maintenance and support.
79
79
80
80
81
81
## Supported Node.js versions
82
82
83
-
See [Node.js version policy](https://volto.readthedocs.io/seven/contributing/version-policy.html#version-policy-plone-python-and-plone-rest-api-compatibility).
83
+
See [Node.js version policy](https://plone-aurora.readthedocs.io/contributing/version-policy.html#version-policy-plone-python-and-plone-rest-api-compatibility).
84
84
85
85
86
86
## Supported browsers
87
87
88
-
See [Supported browsers](https://volto.readthedocs.io/seven/contributing/version-policy.html#version-policy-supported-browsers).
88
+
See [Supported browsers](https://plone-aurora.readthedocs.io/contributing/version-policy.html#version-policy-supported-browsers).
89
89
90
90
91
91
## Contributing
92
92
93
-
To contribute to the Plone Aurora project by writing code, documentation, translations, and so on, please read [Contributing to Plone](https://6.docs.plone.org/contributing/index.html) and [Contributing to Volto](https://volto.readthedocs.io/seven/contributing/index.html).
93
+
To contribute to the Plone Aurora project by writing code, documentation, translations, and so on, please read [Contributing to Plone](https://6.docs.plone.org/contributing/index.html) and [Contributing to Plone Aurora](https://plone-aurora.readthedocs.io/contributing/index.html).
94
94
95
95
For newcomers to Plone Aurora, Plone, or open source software, you must read and follow [First-time contributors](https://6.docs.plone.org/contributing/first-time.html).
Copy file name to clipboardExpand all lines: docs/_inc/_hardware-requirements.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,18 @@ The hardware requirements below give a rough estimate of the minimum hardware se
3
3
A single Plone installation is able to run many Plone sites.
4
4
5
5
- Installation of the Plone backend and Classic UI frontend requires a minimum of 256 MB of RAM and 2GB of disk swap space.
6
-
- Installation of the Seven frontend requires a minimum of 2GB of RAM.
6
+
- Installation of the Plone Aurora frontend requires a minimum of 2GB of RAM.
7
7
- After installation, running Plone requires a minimum of 256 MB RAM and 512 MB of disk swap space per Plone site.
8
8
2 GB or more RAM per Plone site is recommended.
9
9
- Minimum 512 MB hard disk space is required.
10
10
40 GB or more hard disk space is recommended.
11
11
12
+
```{disclaimer}
13
+
The above hardware requirements for Plone Aurora are estimates based on the experience of the Plone community with Plone Volto.
14
+
The hardware requirements for Plone Aurora should be lower than those of Plone Volto, as Plone Aurora is bundled with Vite, which is faster and more efficient than Webpack, the bundler used in Plone Volto.
15
+
The hardware requirements for Plone Aurora may also change as the project evolves and new features are added.
16
+
Once we have more data on the hardware requirements for Plone Aurora, we will update this section accordingly.
17
+
```
12
18
13
19
````{warning}
14
20
{term}`Add-on` products and caching solutions may also increase RAM and disk swap space requirements.
@@ -14,7 +14,7 @@ This chapter explains how the add-ons configuration loader loads configuration f
14
14
15
15
## Loader process
16
16
17
-
The add-ons configuration loader is a mechanism provided by `@plone/registry` to allow add-ons to customize or extend the default configuration of Seven.
17
+
The add-ons configuration loader is a mechanism provided by `@plone/registry` to allow add-ons to customize or extend the default configuration of Plone Aurora.
18
18
`@plone/registry` reads the value of the `main` key entry point in the add-on {file}`package.json`, which specifies the source of the loader.
19
19
This should be a JavaScript or TypeScript file, such as {file}`index.ts` or {file}`index.js`, placed somewhere in your add-on, conventionally at its root.
0 commit comments