Drupal vs Wordpress: Features comparison
We are comparing the features that Drupal and Wordpress provide out of the box.
Check part 1 here: https://youtu.be/1uhXmhYb3O0
We are comparing the features that Drupal and Wordpress provide out of the box.
Check part 1 here: https://youtu.be/1uhXmhYb3O0
In this video I am comparing the installation process of both Drupal and Wordpress. This comparison will provide you solid data on which of the two systems provides a more pleasant installation process.
In this video I will show you how you can change the 2MB file size limit that you may encounter in Drupal.
You should always track and apply Drupal 8 patches through Composer (within your composer.json file). Check out the video for the why and the how.
In this video, I will show you a quick and easy way to migrate taxonomy terms to a new site, without a classic migration.
In this video I am sharing some info regarding the PHP/Apache configuration you need, to be able to run Drupal. I hope I save you some time :-)
You can install the necessary PHP extensions with the following script:
for module in mbstring date dom filter gd hash json pcre pdo session SimpleXML SPL tokenizer xml curl; do apt install -y "php-$module"; apt install -y "php7-$module"; done; systemctl restart apache2;