Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

drupalwxt/site-cloud

Repository files navigation

Composer Project template for Drupal Cloud

Build Status

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.

Requirements

Setup

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

Dependencies

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

WxT

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.

Project

For production releases you should only ever use a stable tag.

New Project (stable tag)

composer create-project drupalwxt/site-cloud:4.0.0 site-name

New Project (dev)

composer create-project drupalwxt/site-cloud:4.0.x-dev site-name

Maintenance

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

Acknowledgements

Extended with code and lessons learned by the Acquia Team over at Lightning and BLT.

About

The composer project for the Cloud distribution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published