Update installation instructions for 4.3 on Ubuntu 24.04 and Debian 12 #1537
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.
This brings the installation instructions up-to-date with the upcoming 4.3 release and the current stable releases of the two operating systems.
I changed some punctuation, version numbers, removed commands that are no longer necessary and simplified a couple of others.
The biggest changes are due to changes in the two operating systems:
adduser --disabled-login
no longer sets a shell for the user it creates. I changed it to--disabled-password
which should have roughly the same effect (preventing remote logins) as the old--disabled-login
.www-data
user to themastodon
group, which solves the problem on Ubuntu, and added a hint with the extrachmod
needed on Debian.I tested this successfully on a fresh install of both Ubuntu 24.04 and Debian 12.
Resolves #1003, #1055, #1128, #1132, #1198, #1471, #1473 and mastodon/mastodon#27223