Feature #52732
Document Install Tool Core Update and "TYPO3_DISABLE_CORE_UPDATER"
Status: | Resolved | Start date: | 2013-10-12 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Chris topher | % Done: | 100% |
|
Category: | - | |||
Target version: | 6.2 |
Description
6.2 has received a new "core updater" mechanism in the Install Tool. And with it, a new setting provided for hosters who want to disable this feature. This has to be documented "somewhere" (most probably the "Installation Guide". I.e. the following:
Core Updater Tool¶
The Install Tool provides a tool to update the TYPO3 Core itself under "Important Actions". For this to work, the following setup is required:
- Only works under Unix and MacOS (symlink support)
- typo3_src must be a symlink
- This symlink needs to be writable (and deletable) by the Webserver user
- Document Root needs to be writable
- One path above document root ("../") needs to be writable (new directories allowed to be created)
- "tar" command available for extracting the core package
Disabling the Core Updater¶
To disable the Core Updater functionality altogether (in order to avoid users using it in the Install Tool, i.e. if you have your own update mechanism), you can set this environment variable:
TYPO3_DISABLE_CORE_UPDATER=1
For example in Apache:
SetEnv TYPO3_DISABLE_CORE_UPDATER 1
This will disable the button in the Install Tool and all related functionality in the Install Tool.
Related issues
Associated revisions
[TASK] Document Install Tool Core Update and
"TYPO3_DISABLE_CORE_UPDATER"
TYPO3 6.2 has received a new "core updater" mechanism in the Install
Tool. With it, a new setting provided for hosters who want to disable
this feature is available. Document it!
Change-Id: I7fe25c8d39ef1684803c97f566dec2faae72ee44
Resolves: #52732
Reviewed-on: https://review.typo3.org/29041
Reviewed-by: Chris topher
Tested-by: Chris topher
History
#1 Updated by Xavier Perseguers over 1 year ago
A note for nginx users:
server { listen 80; server_name domain; # Pass PHP scripts to php-fastcgi listening on port 9000 location ~ path/to/it { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_param TYPO3_DISABLE_CORE_UPDATER "1"; } }
#2 Updated by Chris topher over 1 year ago
This would be relevant for the chapter "Upgrade" => "Install the new Source".
#3 Updated by Chris topher over 1 year ago
- Assigned To set to Chris topher
#4 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Documentation/TYPO3/Guide/Installation has been pushed to the review server.
It is available at https://review.typo3.org/29041
#5 Updated by Chris topher over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0db08fa3c1c1e46f12c2109e20cf771195a26b6f.