cesarmiquel / docker-drupal8-test

Docker containers for Drupal 8 development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal 8 lightweight containers

This Docker images and scripts will allow you to have a Drupal 8 up and running with Drush and Drupal Console.

First Initialization

Make sure there are no running containers with:

    $ ./d4d ps

You'll need to build your environment for the first time with the following commands:

    $ . env.sh
    $ d4d build
    $ ./build-site.sh

Once the build-site.sh script is done you will have a D8 site ready at the following URL:

To halt the containers do:

    $ d4d down

About

Docker containers for Drupal 8 development

License:MIT License


Languages

Language:PHP 86.4%Language:Python 7.4%Language:Shell 6.3%