2017 © Pedro Peláez
 

project site-wxt

Project template for Drupal 8 sites built with the WxT distribution.

image

drupalwxt/site-wxt

Project template for Drupal 8 sites built with the WxT distribution.

  • Sunday, July 15, 2018
  • by sylus
  • Repository
  • 2 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Composer Project template for Drupal WxT

Build Status, (*1)

An example composer project for the Drupal WxT distribution., (*2)

Note: You should consult the README.md file in the WxT repository for up-to-date information., (*3)

Requirements

Setup

Normally you can simply run a composer install but at the moment you might need to run the following:, (*4)

export COMPOSER_MEMORY_LIMIT=-1 && composer install

Dependencies

The composer.json file calls the following dependencies:, (*5)

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., (*6)

This distribution is open source software and free for use by departments and external Web communities. This distribution integrates extensively with the WET-BOEW jQuery Framework for improved accessible markup., (*7)

Project

This composer-project was initially created by our Composer Project Template for Drupal:, (*8)

The following is the command that was used for initial generation:, (*9)

composer create-project drupalwxt/site-wxt:4.4.x-dev site-wxt

Note: Normally you might want to use a stable tag such as drupalwxt/site-wxt:4.4.x-dev., (*10)

Maintenance

List of common commands are as follows:, (*11)

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., (*12)

The Versions