josephdpurcell / drupal8_wbm2cm_concept-project
Easily create a Drupal 8 to show Workbench Moderation to Content Moderation migration.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6
- drupal-composer/drupal-scaffold: ^2.2
- drupal/core: 8.4.0-alpha1
- josephdpurcell/drupal8_wbm2cm_concept: ~1.0
- webflo/drupal-finder: ^0.3.0
- webmozart/path-util: ^2.3
Requires (Dev)
- behat/mink: ~1.7
- behat/mink-goutte-driver: ~1.2
- jcalderonzumba/gastonjs: ~1.0.2
- jcalderonzumba/mink-phantomjs-driver: ~0.3.1
- mikey179/vfsstream: ~1.2
- symfony/css-selector: ~2.8
This package is auto-updated.
Last update: 2025-01-27 08:29:43 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
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:
-
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 directorydocroot
which is the website's docroot. -
Install the Drupal.
cd docroot ../vendor/bin/drush si drupal8_wbm2cm_concept
or
go to
/install.php
. -
Run the migration: Configuration -> Workflow -> Migrate WBM to CM