https://github.com/divio/drupal-boilerplate
Highly Experimental
https://github.com/divio/drupal-boilerplate
Last synced: 2 months ago
JSON representation
Highly Experimental
- Host: GitHub
- URL: https://github.com/divio/drupal-boilerplate
- Owner: divio
- License: other
- Created: 2019-03-07T16:14:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T14:44:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T09:46:43.832Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 999 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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