Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 907 Bytes

Advanced migrations

This module contains some examples of more advanced migrations:

  • Funky process plugin to import hierarchical terms
  • Migrate tools data fetcher plugin for scanning a directory of JSON files
  • Migration templates to import entity translations
  • Product setup and migration of product variations

Just setup the project following the steps below using Docker and you can run the migrations:

drush ms
drush migrate:import --all

Development setup

Run the following commands:

$ docker-compose up -d
$ docker-compose exec php composer install
$ docker-compose exec php ./vendor/bin/run drupal:site-install

Go to http://localhost:8080/build and you have a Drupal site running with the module and its dependencies!

Requirements: