deployer/docs/recipe/typo3.md
2021-10-18 18:29:14 +02:00

1.8 KiB

typo3

Source

Configuration

typo3_webroot

Source

DocumentRoot / WebRoot for the TYPO3 installation

'Web'

shared_dirs

Source

Overrides shared_dirs from recipe/deploy/shared.php.

Shared directories

[
    '{{typo3_webroot}}/fileadmin',
    '{{typo3_webroot}}/typo3temp',
    '{{typo3_webroot}}/uploads'
]

shared_files

Source

Overrides shared_files from recipe/deploy/shared.php.

Shared files

[
    '{{typo3_webroot}}/.htaccess'
]

writable_dirs

Source

Overrides writable_dirs from recipe/deploy/writable.php.

Writeable directories

[
    '{{typo3_webroot}}/fileadmin',
    '{{typo3_webroot}}/typo3temp',
    '{{typo3_webroot}}/typo3conf',
    '{{typo3_webroot}}/uploads'
]

Tasks

deploy

Source

Deploy your project.

Main TYPO3 task

This task is group task which contains next tasks: