documentation
documentation copied to clipboard
Unable to install Mastodon due to mimemagic changes
Hi, the documentation here: https://docs.joinmastodon.org/admin/install/ to install Mastodon fails because of changes to mimemagic repositories.
Are there any guides how to fix this?
The solution at https://github.com/tootsuite/mastodon/issues/16102#issuecomment-832275094 worked for me.
Also some guidance on the Mastodon discourse for fresh installs, which worked for me:
bundle config deployment false
bundle update mimemagic --minor
bundle config deployment true