documentation
documentation copied to clipboard
Make server documentation work for Ubuntu 20.04
I'm on 20.04 LTS (Focal Fossa) and setting up a new Mastodon instance. Found that following the instructions on https://docs.joinmastodon.org/admin/install/ -- which mentions ubuntu 18.04 -- mostly worked as written, but I had to apt install slightly different library versions than those listed. Here is a corrected version that worked for me.
Since 20.04 is the latest LTS release, I propose the main documentation page should be written to work for this version.
See #825
python to python3 was fixed in https://github.com/mastodon/documentation/pull/910 / https://github.com/mastodon/documentation/commit/1dc561d8e0d69dcd98bf4e6a74c07387a6f0e4d8 in the meantime.
libgdbm was removed in #820 / 074aafc.
This pull request has merge conflicts that must be resolved before it can be merged.
Closing as no longer required.