Skip to content

Commit

Permalink
[Backport 12.4] remove duplicate typo3 setup (#303)
Browse files Browse the repository at this point in the history
The Composer Create Project chapter should not show the TYPO3 setup command.

Releases: main, 12.4

---------

Co-authored-by: Franz Holzinger <[email protected]>
  • Loading branch information
github-actions[bot] and franzholz authored Nov 28, 2023
1 parent b796019 commit 1c0d604
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions Documentation/Installation/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,12 @@ At the root level of your web server, execute the following command:
composer create-project typo3/cms-base-distribution example-project-directory "^12"
# Use console command to run the install process
# or use the Install Tool GUI (See below)
./vendor/bin/typo3 setup
.. group-tab:: powershell

.. code-block:: powershell
composer create-project "typo3/cms-base-distribution:^12" example-project-directory
# Use console command to run the install process
# or use the Install Tool GUI (See below)
./vendor/bin/typo3 setup
.. group-tab:: ddev

.. code-block:: bash
Expand All @@ -76,10 +68,6 @@ At the root level of your web server, execute the following command:
# created in an outdated location, you can move it with
mkdir -p config/system/ && mv public/typo3conf/AdditionalConfiguration.php $_/additional.php
# Use console command to run the install process
# or use the Install Tool GUI (See below)
ddev exec ./vendor/bin/typo3 setup
This command pulls down the latest release of TYPO3 and places it in the
:file:`example-project-directory`.
Expand Down Expand Up @@ -119,18 +107,24 @@ Interactive / guided setup (questions/answers):

.. code-block:: bash
# Use console command to run the install process
# or use the Install Tool GUI (See below)
./vendor/bin/typo3 setup
.. group-tab:: powershell

.. code-block:: powershell
# Use console command to run the install process
# or use the Install Tool GUI (See below)
./vendor/bin/typo3 setup
.. group-tab:: ddev

.. code-block:: bash
# Use console command to run the install process
# or use the Install Tool GUI (See below)
ddev exec ./vendor/bin/typo3 setup
Or use the GUI installer in the browser
Expand Down

0 comments on commit 1c0d604

Please sign in to comment.