Streamline install instructions
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3521693. --> Reported by: [ressa](https://www.drupal.org/user/102134) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>This looks very interesting, thanks for creating it!</p> <p>Different methods, and "half-way" methods are presented.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Maybe streamline install instructions, and use this method everywhere, like on the project page drupal.org/project/openintranet, README and <a href="https://www.droptica.com/products/intranet/installation/">https://www.droptica.com/products/intranet/installation/</a>?</p> <pre>git clone https://git.drupalcode.org/project/openintranet.git openintranet &amp;&amp; cd openintranet<br>./launch-intranet.sh<br>ddev start<br>ddev drush site-install openintranet install_configure_form.enable_demo_content=1 -y</pre><p>Also, the length of <code>install_configure_form.enable_demo_content</code> makes the install command very long. Perhaps consider if it can be trimmed down from <code>install_configure_form.enable_demo_content</code> to something shorter, like <code>install.demo_content</code>, making this possible?:</p> <p><code>ddev drush site-install openintranet install.demo_content=1 -y</code></p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue