mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-05 16:51:21 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Requirements
|
||||
|
||||
[DDEV](https://ddev.com) is required to run this example project. See the [installation guide](https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/) for instructions for your operating system. You can get support via:
|
||||
|
||||
* [Discord](https://discord.gg/kDvSFBSZfs)
|
||||
* The #ddev channel in [Drupal Slack](https://drupal.org/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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue