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#globally

With 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

Command icon 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:

Comments

Mixologic created an issue. See original summary.

Version: 8.8.x-dev » 8.9.x-dev

Drupal 8.8.0-alpha1 will be released the week of October 14th, 2019, which means new developments and disruptive changes should now be targeted against the 8.9.x-dev branch. (Any changes to 8.9.x will also be committed to 9.0.x in preparation for Drupal 9’s release, but some changes like significant feature additions will be deferred to 9.1.x.). For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

quietone made their first commit to this issue’s fork.

quietone’s picture

Title: Update INSTALL.txt to account for composer installations. » Add composer instructions to INSTALL.txt
Parent issue: » #3285191: [meta] Only support Drupal core installs managed by composer
quietone’s picture

Status: Active » Needs review
quietone’s picture

Issue summary: View changes

Expanded 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.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.

smustgrave’s picture

This looks good but do we want to include demo_umami in the example?

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for changing it. With umami believe being removed to be a site template one less spot to cleanup later

alexpott’s picture

Version: main » 11.3.x-dev
Category: Task » Bug report
Status: Reviewed & tested by the community » Fixed

Thanks 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.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • alexpott committed e9229641 on 11.3.x
    feat: #3086655 Add composer instructions to INSTALL.txt
    
    By: quietone
    By...

  • alexpott committed 7ba83535 on 11.x
    feat: #3086655 Add composer instructions to INSTALL.txt
    
    By: quietone
    By...

  • alexpott committed 71bd1c8a on main
    feat: #3086655 Add composer instructions to INSTALL.txt
    
    By: quietone
    By...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.