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/") |
(→Host) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
= Host = | = Host = | ||
Starting with a $5 Lightsail instance. | Starting with a $5 Lightsail instance. | ||
IP: 54.218.10.232 | |||
<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/ |
Latest revision as of 20:01, 16 February 2023
Host
Starting with a $5 Lightsail instance.
IP: 54.218.10.232
sudo apt update && sudo apt upgrade -y sudo apt install -y emacs-nox