theodoreb / frankenphp-drupal

Drupal on FrankenPHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal on FrankenPHP

Run the popular Drupal CMS on top of FrankenPHP, the modern app server for PHP.

Getting Started

git clone https://github.com/dunglas/frankenphp-drupal
cd frankenphp-drupal
docker compose pull --include-deps
docker compose up

Drupal is available on https://localhost.

During initial Drupal setup:

  • Database type: PostgreSQL
  • Database name: postgres
  • Database username: postgres
  • Database password: example (change it in docker-compose.yml)
  • ADVANCED OPTIONS; Database host: postgres

About

Drupal on FrankenPHP


Languages

Language:Dockerfile 90.7%Language:Shell 9.3%