site-ccei

所属分类:collect
开发工具:PHP
文件大小:0KB
下载次数:0
上传日期:2020-05-22 13:19:39
上 传 者sh-1993
说明:  加拿大能源信息中心(作曲家项目)
(Canadian Centre for Energy Information (Composer Project))

文件列表:
site-ccei-8.x/ (0, 2020-05-22)
site-ccei-8.x/.editorconfig (357, 2020-05-22)
site-ccei-8.x/.env (133, 2020-05-22)
site-ccei-8.x/.travis.yml (1146, 2020-05-22)
site-ccei-8.x/Makefile (301, 2020-05-22)
site-ccei-8.x/composer.json (4869, 2020-05-22)
site-ccei-8.x/composer.lock (698374, 2020-05-22)
site-ccei-8.x/docker-compose-ci.yml (33, 2020-05-22)
site-ccei-8.x/docker-compose.yml (30, 2020-05-22)
site-ccei-8.x/docker/ (0, 2020-05-22)
site-ccei-8.x/docker/.dockerignore (53, 2020-05-22)
site-ccei-8.x/docker/Dockerfile (3204, 2020-05-22)
site-ccei-8.x/docker/Makefile (4587, 2020-05-22)
site-ccei-8.x/docker/bin/ (0, 2020-05-22)
site-ccei-8.x/docker/bin/activate (999, 2020-05-22)
site-ccei-8.x/docker/bin/behat (1639, 2020-05-22)
site-ccei-8.x/docker/bin/cli (3357, 2020-05-22)
site-ccei-8.x/docker/bin/composer (940, 2020-05-22)
site-ccei-8.x/docker/bin/drupal (1063, 2020-05-22)
site-ccei-8.x/docker/bin/drush (1046, 2020-05-22)
site-ccei-8.x/docker/bin/lint (607, 2020-05-22)
site-ccei-8.x/docker/bin/php (1500, 2020-05-22)
site-ccei-8.x/docker/bin/phpcs (1056, 2020-05-22)
site-ccei-8.x/docker/bin/phpmd (673, 2020-05-22)
site-ccei-8.x/docker/bin/phpunit (898, 2020-05-22)
site-ccei-8.x/docker/bin/source_config (251, 2020-05-22)
site-ccei-8.x/docker/certs/ (0, 2020-05-22)
site-ccei-8.x/docker/certs/Entrust_Certification_Authority_-_L1K.crt (1814, 2020-05-22)
site-ccei-8.x/docker/conf/ (0, 2020-05-22)
site-ccei-8.x/docker/conf/drupal/ (0, 2020-05-22)
site-ccei-8.x/docker/conf/drupal/default.settings.php (29821, 2020-05-22)
site-ccei-8.x/docker/conf/drupal/settings.php (29135, 2020-05-22)
... ...

Composer Project Template for CCEI ================================== [![Build Status][ci-badge]][ci] Drupal WxT codebase for `site-ccei`. ## Requirements * [Composer][composer] * [Node][node] ## Setup Normally you can simply run a `composer install` but at the moment you might need to run the following: ```sh export COMPOSER_MEMORY_LIMIT=-1 && composer install ``` ## Dependencies The `composer.json` file calls the following dependencies: * [WxT][wxt] * [CCEI Core][ccei_core] * [CCEI Bootstrap][ccei_bootstrap] ### WxT The [Drupal WxT][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. ### CCEI Core The [CCEI Core][ccei_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. ### CCEI Bootstrap The [CCEI Bootstrap][ccei_bootstrap] 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][wxt]. ## Project For production releases you should only ever use a stable tag. ## New Project (stable tag) ```sh composer create-project statcan/site-ccei:3.0.6 site-name ``` ## New Project (dev) ```sh composer create-project statcan/site-ccei: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``` | [ccei_core]: https://github.com/StatCan/ccei/tree/8.x-1.x/modules/custom/ccei_core [ccei_bootstrap]: https://github.com/StatCan/ccei/tree/8.x-1.x/themes/custom/ccei_bootstrap [ci]: https://travis-ci.org/statcan/site-ccei [ci-badge]: https://travis-ci.org/statcan/site-ccei.svg?branch=8.x [composer]: https://getcomposer.org [node]: https://nodejs.org [wxt]: https://github.com/drupalwxt/wxt

近期下载者

相关文件


收藏者