Skip to content

theodoreb/frankenphp-drupal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 90.7%
  • Shell 9.3%