coozila / media-news
Metapackage as a updatable middleware between coozila/media-news and its dependencies.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- ckeditor/notification: ^4.8
- ckeditor/wordcount: 1.17.2
- composer/installers: v1.5.0
- coozila/rm_shortnews: 1.0.0
- cweagans/composer-patches: 1.6.6
- drupal-composer/drupal-scaffold: 2.5.4
- drupal/auto_entitylabel: 3.0.0-beta2
- drupal/better_formats: 1.x-dev
- drupal/block_class: 1.0.0
- drupal/classy_paragraphs: 1.0.0-beta1
- drupal/coffee: 1.0.0-beta2
- drupal/components: 1.1.0
- drupal/config_ignore: 2.2.0
- drupal/config_split: 1.4.0
- drupal/console: ^1.9
- drupal/devel: 2.1.0
- drupal/disqus: 1.0.0-rc3
- drupal/ds: 3.4.0
- drupal/editor_advanced_link: 1.6.0
- drupal/entity_embed: 1.0.0
- drupal/entity_usage: 2.0.0-beta1
- drupal/fallback_formatter: 1.0.0
- drupal/features: 3.8.0
- drupal/fico: 1.x-dev
- drupal/google_analytics_counter: 3.0-alpha19
- drupal/layout_plugin: 1.0-alpha23
- drupal/mailchimp_popup_block: 1.0.0
- drupal/menu_link_attributes: 1.0
- drupal/page_manager: 4.0.0-beta4
- drupal/panels: 4.4.0
- drupal/paragraphs_edit: 2.0.0-alpha6
- drupal/paragraphs_layouts: 1.x-dev
- drupal/publication_date: 2.0.0-beta1
- drupal/purge: 3.0-beta9
- drupal/quicktabs: 3.0.0-alpha2
- drupal/redis: 1.2.0
- drupal/schema_metatag: 1.4.0
- drupal/search_api_solr: 3.8.0
- drupal/smart_trim: 1.2.0
- drupal/social_media_links: 2.6.0
- drupal/stage_file_proxy: 1.0.0-beta1
- drupal/token_filter: 1.1.0
- drupal/twig_field_value: 1.2.0
- drupal/twig_tweak: 2.4.0
- drupal/ultimate_cron: 2.0.0-alpha4
- drupal/varnish_purge: 1.11.0
- drupal/video_embed_facebook: 1.3.0
- drupal/views_block_filter_block: 1.0.0-beta1
- drush/drush: ^9.0.0
- oomphinc/composer-installers-extender: v1.1.2
- thunder/thunder-distribution: 3.4.2
- vlucas/phpdotenv: ^4.0
- webflo/drupal-finder: ^1.0.0
- webmozart/path-util: ^2.3
This package is auto-updated.
Last update: 2025-03-26 17:36:19 UTC
README
Coozila Media News is based on the [https://github.com/thunder/thunder-distribution](Thunder distribution) and is basically maintained by the Coozila Media News package which handles all module dependencies.
Project creation
You can create a new Coozila Media News project with the following command.
composer create-project coozila/media-news:dev-master news --no-interaction
Update Coozila Media News
1) Before the Update
Make sure that the synced configuration in your project repository is up to date with the production database. Otherwise you might end up with undesired results.
2a) Update Coozila Media News
To update the Coozila Media News codebase use the following composer command.
composer update "drupal/core*" thunder/thunder-distribution coozila/news -W
.
2b) Upgrade Coozila Media News codebase
Coozila Media News tags releases using semantic versioning. This composer template
installs Coozila Media News with the recent major version, e.g. ^1.0
.
If there is a new major version released, you need to bump this version to e.g.
^1.0
.
3) Update Coozila Media News database
After each update of the Coozila Media News codebase you should run drush updb
.
4) Export the configuration
Export the configuration with drush cex
.
5) Deploy the changes to the server.
Deploy the changes to the server and run drush updb
also there. This is
required because module updates might also perform non-configuration related
changes. After that drush cs
should result in a clean configuration.