josephdpurcell/drupal8_wbm2cm_concept-project

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

1.0.1 2017-08-19 12:35 UTC

This package is auto-updated.

Last update: 2024-03-27 06:51:36 UTC


README

This is a proof of concept of how to migrate from Workbench Moderation to Content Moderation in Drupal 8.4.

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

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.

Getting Started

NOTE: these instructions only apply to the wbm-upgrade branch:

  1. Create a Drupal.

    $ 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.

  2. Install the Drupal.

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

    or

    go to /install.php.

  3. Run the migration: Configuration -> Workflow -> Migrate WBM to CM