MastadonSetup: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Mastadon = Host = Starting with a $5 Lightsail instance. = Prerequisites = * https://docs.joinmastodon.org/admin/prerequisites/") |
No edit summary |
||
Line 2: | Line 2: | ||
= Host = | = Host = | ||
Starting with a $5 Lightsail instance. | Starting with a $5 Lightsail instance. | ||
<pre> | |||
sudo apt update && sudo apt upgrade -y | |||
sudo apt install -y emacs-nox | |||
</pre> | |||
= Prerequisites = | = Prerequisites = | ||
* https://docs.joinmastodon.org/admin/prerequisites/ | * https://docs.joinmastodon.org/admin/prerequisites/ |
Revision as of 19:59, 16 February 2023
Host
Starting with a $5 Lightsail instance.
sudo apt update && sudo apt upgrade -y sudo apt install -y emacs-nox