This Blog is archived - Dieser Blog ist archiviert
Due to the work on our brandnew Drupal 8/9 Website this Blog is discontinued.
Wegen unserer Arbeit an einer brandneuen Drupal8/9-Seite wird dieser Blog nicht mehr weitergeführt.
Due to the work on our brandnew Drupal 8/9 Website this Blog is discontinued.
Wegen unserer Arbeit an einer brandneuen Drupal8/9-Seite wird dieser Blog nicht mehr weitergeführt.
Installing Drupal 8´s Thunder is somehow very complicated, but very easy too if you know the right steps:
1. From the apache root download and build the project:
composer create-project burdamagazinorg/thunder-project thunder --stability dev --no-interaction --no-install --prefer-dist --profile
2. Go into your new folder and install:and update with dependencies
composer install && composer update --with-dependencies
3. Using your browser go to your URL and install as you normally would do
Done!
If the Status Report complains about the Slick Library not being installed rename the folder within the libraries folder:
cd /var/www/html/thunder/docroot/libraries && mv slick-carousel/ slick
Sometimes , after using a registry cleaner, the Windows10 Taskbar does not work as expected.
A simple but very unknown solution is a 1 liner in Power Shell:
1. Open the PowerShell as Administrator
2. Copy&Paste this inside and run ti:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3. You will probably get a lot of red errors, but dispite of that the right click functionality will be back back