Getting started guide seems not to work with the suggested examples

Created on 26 January 2024, 5 months ago
Updated 23 March 2024, 3 months ago

Problem/Motivation

As part of trying to understand the project, with an eye to contributing to it, I tried following the getting started guide in the documentation repo. I followed the steps in the guide and got errors for each of the examples provided.

For drupal-base I got

In ConfigConfigurator.php line 37:

The configuration 'config_ignore.settings' exists already and does not match the recipe's configuration

recipe <path>

For gin-admin-experience I got

In InstallStorage.php line 104:

Write operation is not allowed.

recipe <path>

Steps to reproduce

  1. Install a fresh drupal/core-recommended (10.2.2) (on ddev in my case)
  2. require the two example recipes by following the guidance about how to do so. -- composer require for gin-admin-experience and add a repository definition in composer before composer requiring for kevinquillen/drupal-base
  3. ddev ssh to get into the interactive shell for the PHP container in ddev
  4. cd web
  5. php core/scripts/drupal recipe recipes/contrib/gin-admin-experience
  6. php core/scripts/drupal recipe recipes/contrib/drupal-base
  7. Observe an error for each of the runs of the drupal script

I did this without doing a site install. Earlier I had tried it with a minimal install and got errors about block settings already existing. If a site install is required, it is likely a good idea to explain which profile. I'd be glad to help improve this documentation, and contribute a ddev command for the drupal script, but at this point, I'm not sure what is causing my failures.

✨ Feature request
Status

Fixed

Version

1.0

Component

Documentation

Created by

πŸ‡―πŸ‡΅Japan ultrabob Japan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024