deployer/docs/recipe/typo3.md
Anton Medvedev a2b3da8c32 Add *s
2021-11-08 22:59:39 +01: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

Deploys your project.

Main TYPO3 task

This task is group task which contains next tasks: