Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Documentation/Installation/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,21 @@ does not yet contain any tables.
All of these will be created during the setup process.
For detailed instructions, see:
`TYPO3 setup on first installation <https://docs.typo3.org/permalink/t3start:typo3-setup>`_

=========================
Installation without DDEV
=========================

In general you can use the same commands than with DDEV, but make sure you have installed the package *typo3/cms-install*

Then you can use CLI to configure the instance (https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/CommandControllers/ListCommands.html#console-command-setup)

.. code-block:: bash

vendor/bin/typo3 setup --server-type=other --driver=mysqli --host=mydbserver --port=3306 --dbname=mydbname --username=mydbuser --password=mydbpassword --create-site

or call the install tool with the URL https://myserver.local/?__typo3_install after creating a file public/FIRST_INSTALL