Skip to content

The composer project for the Canada.ca Experiments platform built on WxT

Notifications You must be signed in to change notification settings

openplus/site-canada-experiments

Repository files navigation

Composer Project Template for Canada Experiments

Build Status

Drupal WxT codebase for site-canada-experiments.

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:

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 relies and integrates extensively with the WET-BOEW jQuery Framework for improved accessible markup.

CANADA Experiments Core

The CANADA Experiments Core module houses all of the additional customization that are made on top of Drupal WxT. Normally this can all be done in an (sub) installation profile but for the moment to reduce complexity this is the current route.

CANADA Experiments

The CANADA Experiments theme which itself is a sub theme of [WxT Bootstrap][wxt_bootstrap] houses all of the additional theming related customizations that are made on top of of Drupal WxT.

Project

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

New Project (stable tag)

composer create-project statcan/site-canada:3.0.6 site-name

New Project (dev)

composer create-project statcan/site-canada:8.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:8.*
Specific version of a contributed project composer require drupal/PROJECT_NAME:8.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

About

The composer project for the Canada.ca Experiments platform built on WxT

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages