Skip to content

WHBLeer/get.typo3.org

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.5%
  • PHP 31.5%
  • CSS 31.3%
  • JavaScript 0.7%