Installation und Konfiguration von TYPO3
========================================

Dokumentationen
---------------

- https://typo3.org/download/

- Anforderungen / Anleitung: https://github.com/TYPO3/TYPO3.CMS/blob/master/INSTALL.md

- Anleitung: https://docs.typo3.org/typo3cms/InstallationGuide/

Einzelne Steps
---------------

Am Beispiel von *Ubuntu 16.04 LTS Xenial Xerus*.

Systemumgebung / Anforderungen erfüllt
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. Webserver (Apache, mit notwendigen Modulen)

#. PHP (fpm)

#. Datenbank (MySQL / Maria DB)

#. Composer (PHP Package Manager)

.. literalinclude:: /scripts/provision.sh
   :language: bash
   :linenos:

Installation
^^^^^^^^^^^^

#. Installation via Composer (Plain, Distribution, ...)

#. Initiales Setup (CLI)

.. literalinclude:: /scripts/manual-setup.sh
   :language: bash
   :linenos:
