Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Is there any help or documentation for deploying Drupal in a proper cloud fashion? I am most familiar with Amazon Web Services, here's what I'm looking for:
Preliminary
A few years ago a friend and myself created a tourist/news website using Drupal 6. Neither of us are involved in web development professionally, it's all hobby.
Goal
At the moment we're revisiting the idea to create a movie database website, like IMDB and Rotten Tomatoes. Our site will be a lot plainer, only having pages for Actors, Movies, Directors, Producers, and Distributors. We are looking for tips / suggestions on how best to do this in Drupal 8.
Am using google analytics module and am using cloudflare, i noticed that some of my js files are not being loaded because of cloudflare, after further searching i found that i need to add data-cfasync="false" to the script tag for the google analytics so that cloudflare ignore it. Am using Rocket Loader.