Skip to content

Commit

Permalink
Merge branch '2.5' of github.com:sulu/sulu-docs into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 21, 2023
2 parents 97ac534 + 55625ed commit 04a8a07
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions reference/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,30 @@ The following requirements *must* be met to run Sulu:
* Mac OSX, Linux or Windows
* :doc:`Apache <../cookbook/web-server/apache>` or
:doc:`Nginx <../cookbook/web-server/nginx>` with enabled URL rewriting
* `PHP`_ 8.0 or higher
* the `intl_extension`_ for PHP
* the `fileinfo` extension for PHP
* `PHP`_ 8.1 or higher
* the `dom_extension`_ and `xml_extension`_ for PHP
* the `gd`_, `imagick_extension`_ or `vips_extension`_ for PHP
* a `database management system supported by Doctrine`_
* `Composer`_

Recommended Requirements
Optional Requirements
------------------------

The following requirements are optional, but recommended for using Sulu in
production:
The following requirements are optional:

* `Apache Jackrabbit`_
* `Apache Jackrabbit`_ when :doc:`../bundles/page/versioning` of content is needed

Development Requirements
------------------------

If you want to build parts of the system on your own, you will additionally need:

* `Node.js`_
* `npm`_ 5 or higher
* `npm`_ 6

.. _PHP: http://php.net
.. _intl_extension: http://php.net/manual/en/book.intl.php
.. _xml_extension: http://php.net/manual/en/book.xml.php
.. _dom_extension: http://php.net/manual/en/book.dom.php
.. _gd: http://php.net/manual/en/book.image.php
.. _imagick_extension: http://php.net/manual/en/book.imagick.php
.. _vips_extension: https://github.com/libvips/php-vips-ext
Expand Down

0 comments on commit 04a8a07

Please sign in to comment.