get.typo3.org
This service makes it easy to download the right version of TYPO3 for you. It is particular handy when it comes about scripting and automated deployment of TYPO3.
Usage
The download will start from Microsoft Azure Cloud Storage. In the command line, type:
# Using wget
wget --content-disposition get.typo3.org/current
# Using cURL (e.g., when wget fails with SSL error)
curl -L -o typo3_src.tgz get.typo3.org/current
In case you are encountering SSL warnings (host name mismatch), please make sure that you are using a client that supports Server Name Indication (SNI). This especially affects old versions of wget (before version 1.14).
TYPO3 CMS - tar.gz
- get.typo3.org/current: current stable core
- get.typo3.org/8: latest version of the 8 branch
- get.typo3.org/7: latest version of the 7 branch
- get.typo3.org/7.6.16: specific version 7.6.16
TYPO3 CMS - zip
Pick an URL from above and append /zip to it. Examples:
JSON files
The JSON feed of all TYPO3 CMS releases, useful if you want to create your custom update script: get.typo3.org/json .
Forge project
There is a Forge project where issues and wishes can be reported .