Problem/Motivation
Now that we have the templates in core and functioning, we should replace these install instructions with something that isn't wrong:
https://git.drupalcode.org/project/drupal/blob/8.8.x/core/INSTALL.txt#L1...
You can also download the latest version of Drupal using Git on the command
line and set up a repository by following the instructions at
https://www.drupal.org/project/drupal/git-instructions for "Setting up
repository for the first time".Once you have downloaded Drupal successfully, you may install Composer
globally using the instructions at
https://getcomposer.org/doc/00-intro.md#globallyWith Composer installed, run the following command from the Drupal web root:
composer install
Proposed resolution
Remove references to installing with git, and replace them with using composer templates.
Update URLs
Update quick start instructions
Remaining tasks
wordsmith
User interface changes
none
API changes
none
Data model changes
none
Release notes snippet
Issue fork drupal-3086655
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3086655-update-install.txt-to
changes, plain diff MR !14385
Comments
Comment #2
MixologicComment #13
quietone commentedComment #14
quietone commentedComment #15
quietone commentedExpanded to scope to include the quickstart instructions and updating URLs. That is everything except the requirements which are in #3568123: Update INSTALL.txt for Drupal 12.
Comment #17
smustgrave commentedThis looks good but do we want to include demo_umami in the example?
Comment #18
smustgrave commentedThanks for changing it. With umami believe being removed to be a site template one less spot to cleanup later
Comment #19
alexpottThanks for addressing this. Woefully out-of-date stuff. Backported to 11.3.x as I consider this a bug fix as no-one should be using the tarballs.