2017 © Pedro Peláez
 

project drupal8_wbm2cm_concept-project

Easily create a Drupal 8 to show Workbench Moderation to Content Moderation migration.

image

josephdpurcell/drupal8_wbm2cm_concept-project

Easily create a Drupal 8 to show Workbench Moderation to Content Moderation migration.

  • Saturday, August 19, 2017
  • by josephdpurcell
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Drupal 8 Workbench Moderation to Content Moderation Migration Concept

This is a proof of concept of how to migrate from Workbench Moderation to Content Moderation in Drupal 8.4., (*1)

For the module that runs the migration, see https://github.com/josephdpurcell/wbm2cm., (*2)

Requirements

  1. Composer
  2. Drush 9.x (link to core 8.4 support in drush 8)

NOTE: In order to get drush 9.x installed in this repo, phpunit has been removed due to a dependency version conflict between drush and the version of phpspec that phpunit requires., (*3)

Getting Started

NOTE: these instructions only apply to the wbm-upgrade branch:, (*4)

  1. Create a Drupal., (*5)

    $ composer create-project josephdpurcell/drupal8_wbm2cm_concept-project MY_PROJECT --no-interaction --stability dev
    

    This will create a directory MY_PROJECT. Inside of it will be a directory docroot which is the website's docroot., (*6)

  2. Install the Drupal., (*7)

    cd docroot
    ../vendor/bin/drush si drupal8_wbm2cm_concept
    

    or, (*8)

    go to /install.php., (*9)

  3. Run the migration: Configuration -> Workflow -> Migrate WBM to CM, (*10)

The Versions