Skip to content

promet/provus-windy-marketplace

Repository files navigation

About

This repository is a sandbox for building and testing the provus_edu_recipe Drupal recipe.

Reference implementation (Drupal 10):

Installation

  1. Clone the repository:

    git clone https://github.com/promet/provus-windy-marketplace
    cd provus-windy-marketplace
  2. Set up DDEV and install dependencies:

    ddev config --project-type=drupal11 --docroot=web
    ddev composer install
    ddev start
  3. Install Drupal using the provus_edu recipe:

    ddev drush si recipes/provus_edu -y
    ddev drush en provus_site_alert -y
    

Importing / Exporting Recipe Work

Use this workflow to export changes from the site into the recipe directory, then reinstall to validate.

  1. Export the site into a local destination:

    ddev drush site:export --destination=./provus_edu_recipe
    
  2. Move the exported recipe into the recipes directory:

    mv ./provus_edu_recipe ./recipes/provus_edu_recipe
    
  3. Reinstall using the updated recipe:

    ddev drush si recipes/provus_edu_recipe -y
    

Credit

Promet Source

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors