This repository is a sandbox for building and testing the provus_edu_recipe Drupal recipe.
Reference implementation (Drupal 10):
-
Clone the repository:
git clone https://github.com/promet/provus-windy-marketplace cd provus-windy-marketplace -
Set up DDEV and install dependencies:
ddev config --project-type=drupal11 --docroot=web ddev composer install ddev start
-
Install Drupal using the
provus_edurecipe:ddev drush si recipes/provus_edu -y ddev drush en provus_site_alert -y
Use this workflow to export changes from the site into the recipe directory, then reinstall to validate.
-
Export the site into a local destination:
ddev drush site:export --destination=./provus_edu_recipe -
Move the exported recipe into the recipes directory:
mv ./provus_edu_recipe ./recipes/provus_edu_recipe -
Reinstall using the updated recipe:
ddev drush si recipes/provus_edu_recipe -y
Credit
Promet Source