An open source Drupal CiviCRM Container Stack.
The purpose of the project is to provide a platform on which to build automated tooling for Drupal/CiviCRM websites. Examples include:
- A simple way for evaluators to launch their own local Drupal/CiviCRM installation.
- A standard for generating testing and development copies of production sites.
- A basis for an automated Drupal/CiviCRM demonstration site generator.
- A basis for a multi-site host.
The structure of the project mirrors that of the official Drupal docker project. Specifically, it follows that project's top level directory structure for Drupal versioning with subdirectories for image variants. Currently, the 7/apache and 8/apache have working implementations.
This is a work-in-progress.
This project includes instructions, docker compose files, files for building Docker images, and some bash scripts.
The Mariadb database image definition that is used is here: https://github.com/BlackflySolutions/mariadb
Instructions for this function are in progress here: Evaluator Quick Start wiki page.