Skip to content
Merged
Show file tree
Hide file tree
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
28 changes: 13 additions & 15 deletions docs/recipe/typo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ Shared via symlinks from the shared/ directory.
```php title="Default value"
[
'{{typo3/public_dir}}/fileadmin',
'{{typo3/public_dir}}/assets',
'{{typo3/public_dir}}/typo3temp/assets',
'var/lock',
'var/log',
Expand All @@ -140,7 +139,7 @@ Shared via symlinks from the shared/ directory.


### writable_dirs
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L100)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L99)

Overrides [writable_dirs](/docs/recipe/deploy/writable.md#writable_dirs) from `recipe/deploy/writable.php`.

Expand All @@ -149,7 +148,6 @@ Writeable directories
```php title="Default value"
[
'{{typo3/public_dir}}/fileadmin',
'{{typo3/public_dir}}/assets',
'{{typo3/public_dir}}/typo3temp/assets',
'var/cache',
'var/lock',
Expand All @@ -159,7 +157,7 @@ Writeable directories


### composer_options
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L112)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L110)

Overrides [composer_options](/docs/recipe/deploy/vendors.md#composer_options) from `recipe/deploy/vendors.php`.

Expand All @@ -171,7 +169,7 @@ Composer install options for production.


### use_rsync
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L118)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L116)

If set in the config this recipe uses rsync.
Default setting: false (uses the Git repository)
Expand All @@ -182,7 +180,7 @@ false


### update_code_task
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L120)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L118)



Expand All @@ -192,7 +190,7 @@ return get('use_rsync') ? 'rsync' : 'deploy:update_code';


### rsync
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L148)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L145)



Expand All @@ -213,7 +211,7 @@ return get('use_rsync') ? 'rsync' : 'deploy:update_code';


### typo3_updateschema_types
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L165)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L162)

List of schema update types.
`safe` includes all necessary operations, to add or change fields or tables.
Expand All @@ -227,15 +225,15 @@ List of schema update types.
## Tasks

### typo3\:update_code {#typo3-update_code}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L124)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L122)






### typo3\:cache\:flush {#typo3-cache-flush}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L174)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L171)

TYPO3 - Clear all caches.

Expand All @@ -244,39 +242,39 @@ All run via [bin/php](/docs/recipe/common.md#bin/php) [release_path](/docs/recip


### typo3\:cache\:warmup {#typo3-cache-warmup}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L179)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L176)

TYPO3 - Cache warmup for system caches.




### typo3\:language\:update {#typo3-language-update}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L184)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L181)

TYPO3 - Update the language files of all activated extensions.




### typo3\:extension\:setup {#typo3-extension-setup}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L189)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L186)

TYPO3 - Set up all extensions.




### typo3\:install\:fixfolderstructure {#typo3-install-fixfolderstructure}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L194)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L191)

TYPO3 - Fix folder structure.




### deploy {#deploy}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L215)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/typo3.php#L212)

Deploys a TYPO3 project.

Expand Down
3 changes: 0 additions & 3 deletions recipe/typo3.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
*/
set('shared_dirs', [
'{{typo3/public_dir}}/fileadmin',
'{{typo3/public_dir}}/assets',
'{{typo3/public_dir}}/typo3temp/assets',
'var/lock',
'var/log',
Expand All @@ -99,7 +98,6 @@
*/
set('writable_dirs', [
'{{typo3/public_dir}}/fileadmin',
'{{typo3/public_dir}}/assets',
'{{typo3/public_dir}}/typo3temp/assets',
'var/cache',
'var/lock',
Expand Down Expand Up @@ -140,7 +138,6 @@
'package-lock.json',
'node_modules/',
'var/',
'/{{typo3/public_dir}}/assets',
'/{{typo3/public_dir}}/fileadmin',
'/{{typo3/public_dir}}/typo3temp',
];
Expand Down