Skip to content

discoverygarden/content_sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

212 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ( 
/**
* Helper that rebuilds the snapshot table.
*/
#[CLI\Command(name: 'content-sync:snapshot', aliases: ['cs:s'])]
#[HookSelector(name: 'islandora-drush-utils-user-wrap')]
public function buildSnapshot() : void {
$this->logger()->notice('Building snapshot...');
$this->snapshot->snapshot();
drush_backend_batch_process();
}
). 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/david4lim

About

Drupal - Content Synchronization Module. ( https://www.drupal.org/project/content_sync )

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 96.2%
  • JavaScript 1.9%
  • CSS 1.4%
  • Twig 0.5%