Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 108f030

Browse files
more requirement hints for Windows (#231)
* more requirement hints for Windows * Update Index.rst * Update Index.rst Co-authored-by: Tom Warwick <[email protected]>
1 parent cdce03e commit 108f030

File tree

1 file changed

+11
-4
lines changed
  • Documentation/In-depth/SystemRequirements

1 file changed

+11
-4
lines changed

Documentation/In-depth/SystemRequirements/Index.rst

+11-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ TYPO3 requires a web server, PHP and a database system.
1515

1616
* TYPO3 requires a **web server** which can run PHP (Apache httpd, Nginx,
1717
Microsoft IIS, Caddy Server).
18-
If you use an Apache web server, some module (for example mod_rewrite) must be activated.
18+
If you use an Apache web server, some modules (for example mod_rewrite) must be activated.
19+
`XAMPP <https://www.apachefriends.org/index.html>`__ is a software package which
20+
includes Apache, MariaDB, PHP and Open SSL for Windows and Linux.
1921
See :ref:`system-requirements-webserver` for details.
2022

2123
* The current master of TYPO3 requires **PHP >= 7.4 <= 8.0**.
@@ -27,9 +29,14 @@ TYPO3 requires a web server, PHP and a database system.
2729
See :ref:`system-requirements-database` on this page for details.
2830

2931
* If you want TYPO3 to automatically carry out **image processing** – for example
30-
scaling or cropping – you will need GraphicsMagick (version 1.3 or newer) or
31-
ImageMagick (version 6 or
32-
newer) installed on the server. (GraphicsMagick should be preferred.)
32+
scaling or cropping – you will need either GraphicsMagick (version 1.3 or newer) or
33+
ImageMagick (version 6 or newer) installed on the server. GraphicsMagick is recommended.
34+
35+
* Open SSL.
36+
Under Windows you must manually add the system environment variable - for example
37+
+OPENSSL_CONF = C:\Web\Xampp\Xamp-7.3.28\apache\conf\openssl.cnf*
38+
39+
3340

3441
For an overview see also `get.typo3.org
3542
<https://get.typo3.org/version/11#system-requirements>`_.

0 commit comments

Comments
 (0)