A drupal8 boilerplate based on docker-compose and drupal-composer/drupal-project
Quick Start:
Configuration:
- Copy .env.example to .env (cp .env.example .env).
- Modify .env if needed.
Installation
- Run
/install.sh- Download (into src) and Setup latest drupal 8
Running
From root Dir - ./build.sh
Website credentials will be printed to the console. Check will be available http://localhost
Working on custom functionality
Custom Modules should be added under src/modules/custom Custom Themes should be added under src/themes/custom