One line installer
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3587740. --> Reported by: [unqunq](https://www.drupal.org/user/933228) >>> <p>I've been working on creating install scripts for various Drupal CMS scenarios and I thought we could have a one liner for this plugin. This could be ideal for those who start a new project and the know they will be using AI with it.</p> <p>I made this script and tested it partially on a Mac OS (I already have brew, docker, ddev). It checks and installs if needed: Brew, Docker Desktop, DDEV, DrupalCMS, AI Best Practices plugin in composer.</p> <p>So the result is a running site in DDEV on a Mac with the skills provided by this plugin. Once more skills will be added I believe it could be a good starting point.</p> <p>It lives in a gist for now but we can move it somewhere closer to d.org</p> <pre># Install<br>bash &lt;(curl -fsSL https://gist.githubusercontent.com/nickopris/862cf961a975f9ffa7cdb4c541a6eb7a/raw/macos-brew-ddev-drupalcms.sh)</pre> > Related issue: [Issue #3586440](https://www.drupal.org/node/3586440)
issue