.. include:: /Includes.rst.txt .. _installation-classic: ======= Classic ======= There are two different ways to install extensions via the TYPO3 Extensions module in the backend. - Either the extension is found via the :ref:`search function in the backend ` and installed directly - or it is downloaded from the TYPO3 Extension Repository (TER) as a zip file and :ref:`uploaded in the backend `. Both ways are described here. .. tip:: With the classic installation (both ways), you do not have to worry about database updates as with a :ref:`Composer ` installation. These are carried out automatically for you in the background during the installation process. Extensions module ================= Regardless of which of the two ways you have chosen, open the TYPO3 Extensions module in the backend: .. rst-class:: bignums #. Open the TYPO3 backend. #. Open the Extensions module. See :ref:`compatibility` for the complete TYPO3 v13/v14 backend path overview. .. list-table:: :header-rows: 1 * - TYPO3 v13 - TYPO3 v14 * - :guilabel:`Admin Tools` → :guilabel:`Extensions` - :guilabel:`System` → :guilabel:`Extensions` .. _searchandinstall: Search and install ------------------ Proceed as follows to install the extension based on a TER search in the backend: .. rst-class:: bignums #. Select :guilabel:`Get Extensions` in the module header. #. Enter the extension key **klaro_consent_manager** in the search field. #. In the result list click :guilabel:`Import & Install ⇓` under **Actions** .. figure:: /Images/ExtensionManager-GetExtensions.png :class: with-shadow :alt: Extensions module search result for the Klaro TYPO3 extension #. Finished! The following pop-up will be displayed in the backend. .. figure:: /Images/ExtensionManager-SuccessfulInstallationPopUp.png :class: with-shadow :alt: Successful installation popup in the TYPO3 Extensions module .. _uploadfromter: Upload Extension from TER ------------------------- .. rst-class:: bignums #. `Download the extension `__ as a ZIP file from the TER The file is called `klaro_consent_manager_X.X.X.zip`. X.X.X stands for the three-digit version number of the downloaded version. #. In the TYPO3 Extensions module select :guilabel:`Upload Extension` in the module header #. Click on the file upload field under **Extension** and select the file `klaro_consent_manager_X.X.X.zip`. #. If you have previously installed the extension in an older version, activate the option :guilabel:`Overwrite`. #. Click :guilabel:`Upload!` #. Finished! You will now see the following message .. figure:: /Images/ExtensionManager-wasInstalledMessage.png :class: with-shadow :alt: TYPO3 Extensions module message after uploading the Klaro extension After installation, continue with :ref:`quickStart`.