druidfi / stonehenge

Multi-project local development environment & toolset on Docker
MIT License
63 stars 6 forks source link

Drupal 8 example #9

Closed back-2-95 closed 6 years ago

back-2-95 commented 6 years ago

Create an example where Drupal 8 is raised up with one command.

Now can be just empty installation.

back-2-95 commented 6 years ago

@Schnitzel is it cool if I use Drupal container from Amazee.io ?

Schnitzel commented 6 years ago

@back-2-95 go ahead! But I would suggest to use the new Lagoon Images that can be found here: https://github.com/amazeeio/drupal-example as these are gonna be the ones we will continue to maintain in the future :)

back-2-95 commented 6 years ago

@Schnitzel good point! I'll do that! Thanks.

back-2-95 commented 6 years ago

@Schnitzel I checked the example docker-compose.yml... What is the minimal setup for getting Drupal up & running? I can probably leave solr, varnish and cli away? I want to have the example as simple as possible, and if ppl are interested, they can then go forward and e.g. try Lagoon stuff.

Schnitzel commented 6 years ago

@back-2-95 The minimum is: cli (in here we're running drush, composer, etc.), php, nginx, mariadb The rest can be left away, or just commented as a whole section in the docker-compose.yml

back-2-95 commented 6 years ago

@Schnitzel Ok. I'll do now very simple version with 1 container and with Amazee.io legacy version (which started to work out-of-the-box). And I'll do update to Lagoon version when I have time.