datacom/datacom-drupal-project

A composer based Drupal 8 project template to work with the Datacom CI/CD code pipelines.

1.0.0 2019-10-24 08:34 UTC

This package is auto-updated.

Last update: 2021-04-24 11:51:38 UTC


README

This project template provides a starter kit for managing Drupal dependencies with Composer.

The template is based on Drupal Composer Project and includes all required scripts to ensure compatibility with the Datacom CI/CD code pipeline.

Usage

First you need to install composer.

After that you can create the project:

composer create-project datacom/datacom-drupal-project {project_name}
cd {project_name}
composer require drupal/devel:~1.0

The composer create-project command passes ownership of all files to the project that is created. You should create a new git repository, and commit all files not excluded by the .gitignore file.

Datacom Settings File

This file will load the Datacom specific settings if found. By default it attempts to load a credentials file automatically generated as part of the release pipeline. This prevents the database configuration settings from being displayed as part of the sites initial configuration.