Skip to content

Modern Drupal project template for dockerized web development

License

Notifications You must be signed in to change notification settings

pihvi-io/drupal-project

Repository files navigation

Docker + Composer template for Drupal projects

This is a local development stack for Drupal projects using docker.

This is based on drupal-composer/drupal-project.

How to use this

It's easier if you have pihvi development helpers installed first.

Special modifications

  • web/sites is moved away from web root to this root folder for easier git version control and composer usage. Running $ composer install will automatically symlink it to the right path.

How to start developing

# Rename your site site.test->my-site.test
$ sed -i ‘s/site.test/my-site.test/’ docker-compose.yml

# Install composer packages
$ make install

# Start docker services
$ make start

Maintainers

Onni Hakala

License

GPLv2

About

Modern Drupal project template for dockerized web development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published