Drupal WxT codebase for site-cloud
.
Note: You may find the README.md file in the WxT repository more beneficial then this composer project template.
Normally you can simply run a composer install
but at the moment you might need to run the following:
export COMPOSER_MEMORY_LIMIT=-1 && composer install
The composer.json
file calls the following dependencies:
Note: The docker-scaffold has now been moved to its own repository though symlinks are still present. Should you wish to use the docker workflow you simple need to run the following command in this repositories working directory.
git clone --branch 9.x-postgres https://github.com/drupalwxt/docker-scaffold.git docker
The Drupal WxT distribution is a web content management system which assists in building and maintaining innovative Web sites that are accessible, usable, and interoperable. This distribution is open source software and free for use by departments and external Web communities. This distribution extends on Lightning and integrates extensively with the WET-BOEW jQuery Framework for improved accessible markup.
For production releases you should only ever use a stable tag.
composer create-project drupalwxt/site-cloud:4.0.0 site-name
composer create-project drupalwxt/site-cloud:4.0.x-dev site-name
List of common commands are as follows:
Task | Composer |
---|---|
Latest version of a contributed project | composer require drupal/PROJECT_NAME:1.* |
Specific version of a contributed project | composer require drupal/PROJECT_NAME:1.0-beta5 |
Updating all projects including Drupal Core | composer update |
Updating a single contributed project | composer update drupal/PROJECT_NAME |
Updating Drupal Core exclusively | composer update drupal/core |
Extended with code and lessons learned by the Acquia Team over at Lightning and BLT.