An open API service indexing awesome lists of open source software.

https://github.com/divio/drupal-boilerplate

Highly Experimental
https://github.com/divio/drupal-boilerplate

Last synced: 2 months ago
JSON representation

Highly Experimental

Awesome Lists containing this project

README

          

==================
Drupal Boilerplate
==================

`Divio Cloud `_ based boilerplate to develop with Drupal.

Up to date with `Drupal `_ **8.6.10**.

Configuration
=============

This Drupal boilerplate ships with **drush** and **composer** using
`drupal-project `_ as template.

The setup was done using::

composer create-project drupal-composer/drupal-project:8.x-dev . --stability dev --no-interaction
mkdir -p config/sync

the following packages are additionally installed for S3::

composer require drupal/s3fs

This installation provides a pre-defined ``default.settings.php`` file with the necessary database
connection settings for **Postgres**. Please review these for your own security.

Local development
=================

This boilerplate installs the Composer dependencies into the Docker container. To work locally you
need to run::

docker-compose run --rm web composer update