josephdpurcell / drupal8_wbm2cm_concept
A Drupal 8 install profile to show Workbench Moderation to Content Moderation migration.
Installs: 15
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6
- drupal-composer/drupal-scaffold: ^2.2
- drupal/core: 8.4.0-alpha1
- drupal/workbench_moderation: 1.x-dev
- josephdpurcell/wbm2cm: 1.0.0
Requires (Dev)
- phing/phing: ^2.14
This package is auto-updated.
Last update: 2025-01-27 08:11:44 UTC
README
This repo is the install profile that creates a scenario to test migrating from WBM to CM in Drupal 8.4.
To easily install, see https://github.com/josephdpurcell/drupal8_wbm2cm_concept-project
For the module that runs the migration, see https://github.com/josephdpurcell/wbm2cm.
Developer Install
Build the codebase
composer install
This will create a docroot folder that contains Drupal and the drupal8_wbm2cm_concept profile
Install WPS
phing install
phing install
assumes:
DB username: root
DB pass: <none>
DB host: localhost
DB Name: drupal8_wbm2cm_concept
You can override the presets with -Ddb.<option>=<value>
. For example, to
change the DB name:
-Ddb.name=my_db_name
Pull changes
If you make changes to the profile within the docroot directory and you want to
pull them back into the top-level directory so they can be committed to VCS, use
the phing pull
command:
phing pull
Push changes
Alternately, you can push changes in the top-level down into the docroot with
phing push
phing push