44 lines
2.3 KiB
HTML
44 lines
2.3 KiB
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
|
|
<div class="typo3-install-container">
|
|
<div class="typo3-install-content">
|
|
<div class="typo3-install-content-header">
|
|
<img src="{f:uri.resource(path: 'EXT:core/Resources/Public/Images/typo3_light_dark.svg')}" width="130" class="logo" alt="TYPO3 logo" />
|
|
<h1>The Install Tool is locked</h1>
|
|
</div>
|
|
<div class="typo3-install-content-body">
|
|
<div class="callout callout-warning">
|
|
<div class="callout-content">
|
|
<div class="callout-title">The Install Tool is locked</div>
|
|
<div class="callout-body">
|
|
<ul>
|
|
<li>
|
|
<strong>If you are installing TYPO3</strong>, please create the file
|
|
<code>FIRST_INSTALL</code> in the document root of your web server.
|
|
New to TYPO3? We recommend reading the
|
|
<a href="https://docs.typo3.org/permalink/t3start:start" target="_blank" rel="noreferrer"><u>Getting Started Documentation</u></a>.
|
|
</li>
|
|
<li>
|
|
<strong>For an existing TYPO3 installation</strong>, please create the file
|
|
<code>ENABLE_INSTALL_TOOL</code> in the directory <code>{enableInstallToolPath}</code>.
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Either file must be writable by the web server user.
|
|
The filename is case-sensitive. The file can be empty.
|
|
</p>
|
|
<p>
|
|
<strong>Security note:</strong>
|
|
When you are finished with your task, you should rename or delete any <code>FIRST_INSTALL</code>
|
|
and <code>ENABLE_INSTALL_TOOL</code> files. They will automatically be deleted if you log out of
|
|
the Install Tool or if the file is older than one hour.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</html>
|