Skip to content

Commit

Permalink
[Backport 12.4] [Preport] Setup required for introduction package (#296)
Browse files Browse the repository at this point in the history
* Update Index.rst: setup required for introduction package! (#281)

Since TYPO3 11.5 it is essential to setup the extension afterwards by running the following command: composer exec typo3 extension:setup

Information from https://docs.typo3.org/p/typo3/cms-introduction/main/en-us/Installation.html

* [TASK] Follow Up setup required for introduction package

releases: 11.5

---------

Co-authored-by: JHeuper <[email protected]>
Co-authored-by: lina.wolf <[email protected]>
  • Loading branch information
3 people authored Aug 18, 2023
1 parent 45050cc commit e15fe7a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Documentation/IntroductionPackage/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,22 @@ To install the Introduction Package run the following command:
ddev composer require typo3/cms-introduction
This command will download and activate the extension.
.. versionadded:: 11.5
The extension can be set up afterwards by running the following command:

.. tabs::

.. group-tab:: Composer-based installation

.. code-block:: bash
vendor/bin/typo3 extension:setup
.. group-tab:: Legacy installation

.. code-block:: bash
typo3/sysext/core/bin/typo3 extension:setup
Then run:

Expand Down

0 comments on commit e15fe7a

Please sign in to comment.