datacom / datacom-drupal-project
A composer based Drupal 8 project template to work with the Datacom CI/CD code pipelines.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6.5
- drupal-composer/drupal-scaffold: ^2.5
- drupal/core: ^8.6.0
- drush/drush: ^9.0.0
- webflo/drupal-finder: ^1.0.0
- zaporylie/composer-drupal-optimizations: ^1.0
Requires (Dev)
- webflo/drupal-core-require-dev: ^8.6.0
Conflicts
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.