-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also remove Introduction and preface as they contain mostly outdated information resolves: #184 resolves: #183 Releases: main
- Loading branch information
Showing
6 changed files
with
66 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _prerequisites: | ||
|
||
============= | ||
Prerequisites | ||
============= | ||
|
||
Before you start working on this tutorial you should have a working TYPO3 | ||
installation in versions 13.3 or above. | ||
|
||
We assume you use Composer and work locally with DDEV. | ||
|
||
Your TYPO3 installation should be empty and have no pages, designs or third | ||
party extensions installed. | ||
|
||
You can follow this tutorial to install TYPO3 with DDEV and Composer: | ||
|
||
* :ref:`Installing TYPO3 with DDEV <t3start:installation-ddev-tutorial>`. | ||
|
||
.. note:: Answer "no" when asked if you want to create a basic site. | ||
|
||
You should be able to look into the TYPO3 backend and see the following: | ||
|
||
.. figure:: EmptyInstallation.png | ||
:alt: Screenshot of a fresh TYPO3 13.4-dev installation with no page in the page tree | ||
|
||
A fresh, empty TYPO3 installation (light mode) | ||
|
||
It is also helpful if you know the following concepts: | ||
|
||
* Backend | ||
* Frontend | ||
* Page tree | ||
* How to create a page | ||
* How to create page content | ||
* The page module | ||
* The list module | ||
* The TypoScript module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters