This is a local development stack for Drupal projects using docker.
This is based on drupal-composer/drupal-project.
It's easier if you have pihvi development helpers installed first.
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.
# 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
GPLv2