macopedia / get.typo3.org

Website for TYPO3's Download Area

Home Page:https://get.typo3.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get.typo3.org

Symfony 4 application for release notes, download redirects and JSON API for releases.

Installation with .ddev

  • edit .env vars from .env.dist
  • ddev start
  • ddev ssh
  • php ./bin/console doctrine:schema:create

Manual Installation

  • execute composer install
  • edit .env vars from .env.dist
  • execute php ./bin/console doctrine:schema:create to create database schema

Migrate old data

Reads all old json files into database

  • php ./bin/console doctrine:migrations:migrate
  • php ./Build/import.php

Troubleshooting

Authorization not working

In case authorization does not succeed the reason might be that the web server tries to handle the authentication and does not expose the information to the according PHP process - it has been spotted on Apache/PHP-FCGID setups.

Add the following to the beginning of .htaccess:

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

About

Website for TYPO3's Download Area

https://get.typo3.org

License:GNU General Public License v2.0


Languages

Language:HTML 36.7%Language:CSS 31.5%Language:PHP 30.9%Language:JavaScript 0.8%