Rare find

drupal-pi. DEPRECATED - Drupal on Docker on a Raspberry Pi. Pi Dramble's little brother.

pidramble.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2025
  • Add deprectation notice.
November 2025
  • Remove deprecated callback option.
  • Fixes #54: Update link for hosts file changes.
  • Update to Debian 13 Trixie.
January 2025
  • Update apt cache a little more frequently.
  • Some bugfixes for Docker Compose.
  • Update status badge.
December 2022
  • No need to install old backports package now.
  • Don't try installing python3 since it's already there in CI.
  • Bump test environment to Debian 11.
  • Fix CI brokenness.
October 2021
  • Bump up version of docker for CI test.
  • Add CI status badge to README.
  • Merge pull request #53 from geerlingguy/github-actions
  • Fix bracket env var substitutions.
  • Issue #52: Switch to GitHub Actions.
September 2020
  • Add dependency on libyaml-dev.
June 2020
  • Issue #45: More tweaks so same config works on 32-bit and 64-bit Pi OS.
  • Merge pull request #49 from geerlingguy/45-64-bit-os
  • Issue #45: Use mariadb image compatible with latest Drupal and all ar…