Recreating the intention of PR #1816 explaining "make not found error" #1995
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose / why
This PR essentially recreates older PR #1816 ("Added "make command not found" failure fix") since that PR's contributor never provided a signed CLA. A few attempts were made to contact the contributor to request a CLA from contributor to no avail, and DIG decided to just recreate the PR. Turns out that this older PR changed file docs/installation/docker-compose.md which was then deleted by PR #1797.
What changes were made?
The content explaining how to solve the make command not found error was moved to the top of docs/installation/docker-troubleshooting.md
I wondered if it should appear also in other spots when users are first asked to run
make demo
ormake local
, though it might be best to just be placed in a central location like docs/installation/docker-troubleshooting.mdVerification
Try running
make demo
ormake local
without make installed and see if themake
installation steps work.Interested Parties
@Islandora/documentation @Islandora/8-x-committers
Checklist