delaudio / d8-docker-stack

Automation tool to quickly run a Docker based development environment for Drupal 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d8-docker-stack

Automation tool to quickly run a Docker based development environment for Drupal 8

Installation

First of all, take up containers defined in docker-compose:

docker-compose up

In another tab, install drupal:

./install.sh

Now, move scripts to correct folder:

./place-scripts.sh

Utilities

To run php container:

./container-php.sh

To use drush commands, launch them after:

./drush.sh

To align environment:

./init.sh

About

Automation tool to quickly run a Docker based development environment for Drupal 8


Languages

Language:Shell 100.0%