mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-12-13 08:36:32 +00:00
Clone of Mauricio's Drupal 7 to modern Drupal migration examples maintained at Tag1.
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 6.4.22 to 6.4.29. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v6.4.22...v6.4.29) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-version: 6.4.29 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| assets | ||
| drupal7 | ||
| drupal10 | ||
| D7_SITE_AUDIT.md | ||
| README.md | ||
Requirements
DDEV is required to run this example project. See the installation guide for instructions for your operating system. You can get support via:
- Discord
- The #ddev channel in Drupal Slack
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