While reading the documentation, I wonder why the documentation only suggests direct source install to the server.
In my opinion, excluding inevitable case like, rigging up development setup, it should not recommend source install, and I think the documentation should recommend Docker compose way instead.
Since mastodon/mastodon already have docker-compose file, the only thing we need is
- Document existence of official docker image,
tootsuite/mastodon
- Document bring-up procedure using docker
This will
- Reduce confusion to new instance admins
- Reduce maintenance burden to new instance admins
And will help fediverse keeps its shape in good form.
Before working on documentation, I want to hear from the current maintainers.
While reading the documentation, I wonder why the documentation only suggests direct source install to the server.
In my opinion, excluding inevitable case like, rigging up development setup, it should not recommend source install, and I think the documentation should recommend Docker compose way instead.
Since
mastodon/mastodonalready have docker-compose file, the only thing we need istootsuite/mastodonThis will
And will help fediverse keeps its shape in good form.
Before working on documentation, I want to hear from the current maintainers.