Problem/Motivation

You download Drupal and there is no install.txt in the root folder, but rather inside /core.
Let's at least have a install.txt which points to the one in core/install.txt

Proposed resolution

Add INSTALL.txt at drupal root with one line to direct people to the core/INSTALL.txt file.

Remaining tasks

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner created an issue. See original summary.

dawehner’s picture

Issue tags: +First-Time Experience
zuhair_ak’s picture

Added a symbolic link to core/INSTALL.txt

zuhair_ak’s picture

Status: Active » Needs review
cilefen’s picture

Does that work on all file systems?

zuhair_ak’s picture

Status: Needs review » Active

True, It will not work in Windows.

I tried cloning a repo with symlinks in a Windows 7 machine and it gave a plain text file for symlinks.

I think you have to set core.symlinks to TRUE according to this SO answer - Clone repo with symlink in Windows , even then it was not working for me.

How will we proceed with linking the install file?

dawehner’s picture

I was more thinking about a one line file describing where you can find the information how to install drupal.

mradcliffe’s picture

Issue summary: View changes

That's what I thought as well.

Here's a start.

Please read core/INSTALL.txt for detailed installation instructions for your Drupal web site.

zuhair_ak’s picture

Status: Active » Needs review
FileSize
233 bytes

Added INSTALL.txt with the above message. I hope people will easily get that INSTALL.txt with detailed instruction is inside the core folder.

ankitjain28may’s picture

Status: Needs review » Needs work
FileSize
3.96 KB

It looks like this.. I have attached the screenshot..

I think there should be one blank line at the top like in README.txt

gawaksh’s picture

This patch will solve the issue.

gawaksh’s picture

yogeshmpawar’s picture

Status: Needs work » Needs review

triggering bots.

The last submitted patch, 11: add-install-2961649-11.patch, failed testing. View results

cilefen’s picture

Status: Needs review » Needs work

It should be “Drupal”.

kiruba karan’s picture

Status: Needs work » Needs review
FileSize
229 bytes

I have changed "Drupal" word as per Cilefen suggest.

ankitjain28may’s picture

Status: Needs review » Needs work

File should be named with INSTALL.txt and have 80 characters in a line.

heddn’s picture

Title: Add a /install.txt pointing to /core/install.txt » Add a /INSTALL.txt pointing to /core/INSTALL.txt

Let's name both in all CAPS. Re-titling as well.

ankitjain28may’s picture

Status: Needs work » Needs review
FileSize
229 bytes

Added tha patch, Please review.

heddn’s picture

Status: Needs review » Reviewed & tested by the community

All feedback addressed.

Gábor Hojtsy’s picture

  • Gábor Hojtsy committed 549960d on 8.5.x
    Issue #2961649 by zuhair_ak, gawaksh, ankitjain28may, kiruba karan,...

  • Gábor Hojtsy committed 9b44e40 on 8.6.x
    Issue #2961649 by zuhair_ak, gawaksh, ankitjain28may, kiruba karan,...
Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks all! Hope this helps first time experience a tiny bit at least.

Status: Fixed » Closed (fixed)

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