Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 701 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 701 Bytes

Get.typo3.org

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

Installation

  • composer install
  • edit .env vars from .env.dist

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