discoverygarden/content_sync
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CONTENTS OF THIS FILE --------------------- * Introduction * Installation * Configuration * Support * Maintainers INTRODUCTION ------------ The content synchronization module provides a mechanism to export single content items, or all content items, from an environment, and move them to another, effortlessly. INSTALLATION ------------ Extract module at drupal/modules/contrib directory and enable it from browser by going in this path /admin/modules. The `CONTENT_SYNC__SUPPRESS_SNAPSHOT_ON_INSTALL` environment variable might be set to something truthy in order to skip the build of the snapshot during module installation, with the expectation that the snapshot will be built by other means such as the `drush content-sync:snapshot` command (). CONFIGURATION ------------- Configure at admin/config/development/content. SUPPORT ------- This open source project is supported by the Drupal.org community. To report a bug, request a feature, or upgrade to the latest version, please visit the project page: http://drupal.org/project/content_sync MAINTAINERS ----------- Blanca Esqueda (Blanca.Esqueda) https://www.drupal.org/u/blancaesqueda David Gil Hidalgo https://www.drupal.org/u/dabito David Nova (david4lim) https://www.drupal.org/u/david4limcontent_sync/src/Drush/Commands/ContentSyncCommands.php
Lines 519 to 528 in 7816728