20 lines
966 B
HTML
20 lines
966 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<div class="typo3-install-content-body">
|
|
|
|
<h2>Thank you for choosing TYPO3</h2>
|
|
<p>The Installation Wizard will guide you through the necessary steps required to install TYPO3 on your web server.</p>
|
|
<p>To begin the installation, create an empty file called
|
|
<code>FIRST_INSTALL</code> in the document root of your web server.</p>
|
|
|
|
<p class="text-variant">
|
|
<strong>Please note:</strong>
|
|
The filename is case-sensitive, and it will be deleted once the installation process is complete.
|
|
</p>
|
|
|
|
<f:be.infobox title="New to TYPO3?" state="{f:constant(name: 'TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::INFO')}">
|
|
We recommend reading the
|
|
<a href="https://docs.typo3.org/Home/GettingStarted.html" target="_blank" rel="noreferrer"><u>Getting Started Documentation</u></a>.
|
|
</f:be.infobox>
|
|
</div>
|
|
</html>
|