drupal-boilerplate icon indicating copy to clipboard operation
drupal-boilerplate copied to clipboard

Create a Drupal 8 version of the boilerplate.

Open sirkitree opened this issue 9 years ago • 3 comments

sirkitree avatar Apr 26 '16 14:04 sirkitree

Will this be different to the default structure when you do a composer based installation?

e0ipso avatar Apr 26 '16 14:04 e0ipso

It would have to be, because with composer you have to manage the scaffold of files outside of the core directory.

I'd propose that boilerplate be for non-composer projects (core committed to git) and we direct people to https://github.com/drupal-composer/drupal-project if they want to use composer for all the things.

deviantintegral avatar Apr 26 '16 14:04 deviantintegral

I believe based on https://12factor.net/ this needs to be moved to an auto build here is a started work. All you need is docker and docker compose then just execute:

https://github.com/acidaniel/docker-drupal

./up.sh

This will install as a profile your new site and don't need to track the contrib modules.

dasernam avatar Nov 11 '16 16:11 dasernam