Mastodon/Setup: Difference between revisions

379 bytes added ,  15:02, 4 December 2022
Line 84: Line 84:
(for SMTP_LOGIN literally just use "apikey")
(for SMTP_LOGIN literally just use "apikey")


=== Restart services ===
Restart all 3 services after each change to .evn.production and you need to have root access for this to work<syntaxhighlight lang="bash">
sudo su
cd /etc/systemd/system
for service in mastodon-{web,sidekiq,streaming}; do service $service restart; done
for service in mastodon-{web,sidekiq,streaming}; do service $service status; done


</syntaxhighlight>


== Setting up an admin account from CLI w/ email confirmation ==
== Setting up an admin account from CLI w/ email confirmation ==