d7_to_d10_migration/README.md
Mauricio Dinarte 1664d5cfe6 Initial commit
2024-07-22 21:38:34 -06:00

910 B

Requirements

DDEV is required to run this example project. See the installation guide for instructions for your operating system. You can get support via:

Drupal 7 setup

Execute these commands to get a fully populated Drupal 7 site. It will be available at https://migration-drupal7.ddev.site/

cd drupal7
ddev start
ddev import-db --file ../assets/drupal7_db.sql.gz
ddev import-files --source ../assets/drupal7_files.tar.gz
ddev restart
ddev launch
ddev drush uli

Drupal 10 setup

Execute these commands to get a Drupal 10 site. It will be available at https://migration-drupal10.ddev.site/

cd drupal10
ddev start
ddev composer install
ddev composer si
ddev launch
ddev drush uli