---
title: "Installation"
version: "main"
source: "Installation/Index.rst"
rendered: "2026-09-21T09:52:36+00:00"
---

# Installation {#installation}

Install TYPO3 Blog Extension like any other TYPO3 extension.

1.  Composer

    ```bash
    composer require t3g/blog
    ```
1.  Git

    ```bash
    cd typo3conf/ext/
    git clone git@github.com:TYPO3GmbH/blog.git
    ```
1.  Extension Manager

    1.  Log into your TYPO3
    1.  Go to Admin Tools / Extensions
    1.  Select "Get Extensions" in the Document-Header
    1.  Click "Update now"
    1.  Search for "TYPO3 Blog Extension"
    1.  Click Import and Install

## Activation {#activation}

1.  Go to Admin Tools / Extensions
1.  Select "Installed Extensions" in the Document-Header
1.  Activate the "TYPO3 Blog Extension"
