Drupal 8 Playground

Table of Contents

About

This is a simple Drupal 8 project that includes a very basic database aimed at getting Drupal up and running as quick as possible to play around in.

Requirements

This project has the following requirements:

Setup

  1. Clone this repo: https://github.com/elistone/drupal-8-tests
  2. Build & up the containers: docker-compose up -d (dup)
  3. Enter the container: docker-compose exec cli bash (lssh)
  4. Inside the container:
    1. Composer install: composer install
    2. Pull in the database: drush sql-cli < databases/testDB-standard.sql
    3. Get onetime login: drush uli

Ready to play with!