TYPO3 can be solely installed with the PHP dependency manager composer. Composer has to be available on the server, then a TYPO3 project can be started by using the base distribution.
composer create-project typo3/cms-base-distribution .
This will pull the TYPO3 core from the git repository, dow...