Skip to content

Commit

Permalink
[TASK] Move ReleaseIntegrity to a subsection of LegacyInstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking committed Mar 4, 2024
1 parent af16a31 commit 6af9140
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
1 change: 0 additions & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@ Installation
TuneTYPO3
DeployTYPO3
LegacyInstallation
ReleaseIntegrity
16 changes: 13 additions & 3 deletions Documentation/Installation/LegacyInstallation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Installing on a Unix Server
Ensure that the package is one level above the web server's document root.

.. note::
Make sure to check the :ref:`release_integrity` of the downloaded files.


#. Unpack the :file:`typo3_src-13.x.y.tar.gz`:

.. code-block:: bash
Expand All @@ -46,9 +50,9 @@ Installing on a Unix Server
ln -s typo3_src/index.php index.php
ln -s typo3_src/typo3 typo3
.. important::
Make sure to upload the whole TYPO3 source directory including the
:file:`vendor` directory, otherwise you will miss important dependencies.
.. important::
Make sure to upload the whole TYPO3 source directory including the
:file:`vendor` directory, otherwise you will miss important dependencies.

#. This will then create the following structure:

Expand Down Expand Up @@ -95,3 +99,9 @@ Completing The Installation

After the source package has been extracted and the symlinks created,
visit the Access TYPO3 via web browser to complete the installation.

.. toctree::
:hidden:
:titlesonly:

ReleaseIntegrity

0 comments on commit 6af9140

Please sign in to comment.