Skip to content

Commit 5f2b212

Browse files
authored
Add typo3temp as shared and fix symlink
* Add `public/typo3temp` as shared folder as it prevents missing assets after deployment * Add `public` to the shared links of fileadmin and typo3temp
1 parent c9c3056 commit 5f2b212

File tree

1 file changed

+2
-1
lines changed
  • Documentation/Administration/Deployment/AutomatedDeployment

1 file changed

+2
-1
lines changed

Documentation/Administration/Deployment/AutomatedDeployment/Index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ This is an example directory structure of a "symlink-switching" TYPO3 installati
5151
* :path:`public` (webserver root, via releases/current/public)
5252

5353
* :path:`typo3conf`
54-
* :path:`fileadmin -> ../../../shared/fileadmin` (symlink)
54+
* :path:`fileadmin -> ../../../shared/public/fileadmin` (symlink)
55+
* :path:`typo3temp -> ../../../shared/public/typo3temp` (symlink)
5556
* :file:`index.php`
5657

5758
* :path:`var`

0 commit comments

Comments
 (0)