systemseed / eleos_charity
Initial configuration to install Drupal Commerce
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/commerce: ^2.40 || ^3.0
- drupal/core: ^10.3 || ^11
This package is auto-updated.
Last update: 2024-12-11 19:50:00 UTC
README
Eleos Charity based on top of Drupal Recipes
Installation
If you are installing everything from scratch, we recommend DDEV for running Drupal.
-
Create a new project and configure it:
mkdir eleos-charity cd eleos-charity ddev config --project-type drupal --docroot web --php-version 8.3 ddev start ddev composer create drupal/recommended-project -y ddev composer require --dev drush/drush ddev composer config minimum-stability dev ddev drush site:install minimal --account-name=admin --account-pass=admin -y ddev composer require --dev drupal/core-dev ddev drush theme:enable claro ddev drush config-set system.theme default claro -y ddev snapshot --name=eleos_charity
-
Update composer.json to define a recipe path: Add to
installer-paths
:"web/recipes/contrib/{$name}": [ "type:drupal-recipe" ],
-
Pull this recipe to your file system:
ddev composer require systemseed/eleos_charity
-
Clear the cache:
ddev drush cr
-
Install the recipe: To install only the "Commerce Base" recipe:
ddev drush recipe recipes/contrib/eleos_charity/eleos_charity_commerce_base
To install the full Eleos Charity recipe Suite:
ddev drush recipe recipes/contrib/eleos_charity
-
Login and go to the ddev environment to the following path
https://eleos-charity.ddev.site/admin/commerce/config/stores
and ensure thatDefault Store
was created automatically.ddev drush user:login
-
Configure
eleos-charity
recipe for contributions:rm -r web/recipes/contrib/eleos_charity git clone git@github.com:systemseed/eleos_charity.git web/recipes/contrib/eleos_charity