:navigation-title: Administration .. include:: /Includes.rst.txt .. _administration: ==================== TYPO3 administration ==================== .. card-grid:: :columns: 1 :columns-md: 2 :gap: 4 :card-height: 100 .. card:: Installation Learn about the different ways to install TYPO3 and choose the method that best matches your technical requirements and experience level. * `TYPO3 installation overview `_ * `Composer-based `_ * `Classic mode `_ * `Download TYPO3 (ZIP/TAR) `_ .. card:: Deployment The deployment guide highlights some of solutions available that can help automate the process of deploying TYPO3 to a remote server. * `Deploying TYPO3 `_ * `Configuring environments `_ * `CI/CD and Automatic deployment `_ .. card:: Production environment This chapter contains information on how to configure and optimize the infrastructure running TYPO3 for production. * `Running TYPO3 in production environments `_ * `Backup strategies `_ * `Security considerations for administrators `_ * `Using Docker in production `_ .. card:: :ref:`Running TYPO3 in Docker ` Learn how to run TYPO3 using Docker containers for local development and testing, including step-by-step guides for plain Docker, Docker Compose, and DDEV. :ref:`Docker-based TYPO3 setups ` .. card:: Directory structure The folder layout of your TYPO3 project depends on how TYPO3 was installed. Composer-based installations use a modern structure that separates code from public files—ideal for deployment workflows and version control. Classic mode keeps everything in a single folder and is easier to set up for beginners. Both methods are fully supported for production use, however there are security consideration regarding `file access `_ when using the classic structure. * `Directory structure, Composer `_ * `Directory structure, Classic mode `_ .. card:: Updates Learn how to apply patch-level updates, perform major version upgrades, and update extensions safely. * `Bugfix / security update (Composer) `_ * `Major upgrade (Composer) `_ * `Applying Core patches `_ * `Classic-mode upgrade `_ * `Migrate a Classic-mode project to Composer `_ .. toctree:: :hidden: :glob: Installation/Index Deployment/Index Production/Index Upgrade/Index Docker/Index DirectoryStructure/Index VersionControl/Index SystemSettings/Index UserManagement/Index Troubleshooting/Index */Index *