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.
I am doing a new Drupal website. I am new to Drupal but I have used other products for other web pages, including a current one that uses Joomla & RSForms.
The new web site purpose is a membership subscription where members have access to content that the general public does not see.
Memberships are yearly, renewed automatically unless canceled.
An additional service can be purchased (consulting time) as a one time purchases.
The content of the web page is articles with pictures, maybe videos, and a way to ask questions.
I manually installing Drupal 8.6.15 under macOS (10.14.4) with existing MacPorts installations of apache 2.4, mysql 5.7, and php 7.3. Here's how I installed, under my administrator account:
First, I prepared by editing my apache httpd-vhosts.conf file so as to include:
I tried to install Drupal 8 like I always do but ran into something new. An error occurs and the entire Drupal project files and folders fail to install because composer hits a snag at git.drupal.org. I came across this update but I'm not sure how to implement this new authentication, especially using something like WAMP locally or installing Drupal on a Windows machine via composer.
Via Git push/pull and Configy Sync I have now on my live server all the correct Views, Blocks, Content Types and Content Type fields (along with all the other up to date Drupaul structure).
But how do I get all my content from localhost over to my live server?
I found some modules that were not Drupal 8 compatible, and others that sounded like overkill, but none that specified a solution to this particular task.