shaal / DrupalPod

Start Drupal contributions with 1 click.
https://shaal.github.io/DrupalPod
MIT License
163 stars 54 forks source link

fix install process #130

Closed shaal closed 1 year ago

shaal commented 1 year ago

Summary by CodeRabbit

codesandbox[bot] commented 1 year ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

coderabbitai[bot] commented 1 year ago

Walkthrough

This update introduces a new environment variable, enhances recursive file searching, enables a specific Composer plugin, and modifies the Composer require command to ignore platform requirements. These changes aim to improve the flexibility and functionality of the Drupal setup.

Changes

File Summary
.env Added a new variable PLACEHOLDER with a value of 1.
.gitpod/drupal/.../drupalpod-setup.sh Modified the export command for recursive file search and added a ddev composer config command to enable a specific plugin.
.gitpod/drupal/.../install-essential-packages.sh Updated the composer require command to ignore platform requirements during package installation.

🐇💻

In the land of code, where the brackets lie,

Changes are made, under the digital sky.

A variable new, a plugin enabled,

Recursive search, in directories labeled.

Composer's song, now sings a different tune,

Ignoring platforms, like a rabbit on the moon. 🌙🚀

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.
ghost commented 1 year ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/shaal/DrupalPod/130/43fd6b84/47ed76e7ad9bb22b571d7158c67d2c6aed0e4d44.svg)](https://app.codesee.io/r/reviews?pr=130&src=https%3A%2F%2Fgithub.com%2Fshaal%2FDrupalPod) #### Legend CodeSee Map legend
shaal commented 1 year ago

fixed by PR https://github.com/shaal/DrupalPod/pull/132