This began as my collected notes as I taught myself to build and manage Drupal sites using the command line, DDEV, Composer, and Drush. At the urging of a couple friends who share my interest in computers and Drupal, I decided to make available the notes documenting what I had learned and the approaches and workflows I have adopted.

I am not a professional developer or a Drupal expert. What I share here is what I have learned about how to do things in my context. I welcome feedback and suggestions.

About my Drupal posts

I started using Drupal in 2012 (version 6) to build and maintain some websites for my college alumni class (Dartmouth '69) and some local community non-profit and advocacy organizations. It was a fun hobby, something I could easily squeeze into chunks of downtime during my on-call nights and weekends as a primary care family doc. Drupal has evolved into a much more powerful - and complex - platform and about a year ago (late 2019) I realized I had to either up my game substantially or move to a simpler platform.

Composerizing a Drupal 8.8+ site

This is my approach to converting a Drupal (version 8.8 or greater) site from being built with tarballs and the GUI to a Composer-based site. I use ddev for my local environment to set up containers that provide Docker, Composer, and Drush. This approach assumes some degree of comfort with the command line interface (CLI).
 
  • Inventory the source site for contrib modules and themes and make a list of modules and themes with versions. I use a spreadsheet for this.