Mastodon
Installation
Before being able to run the Mastodon, the following command needs to be ran to create the db (from inside one of the pods):
bin/rails db:prepare
Create admin account
RAILS_ENV=production bin/tootctl accounts create admin --email admin@example.com --confirmed --role Owner
If you get a Your application is pending review by our staff.
error, run the following command
RAILS_ENV=production bin/tootctl accounts modify admin --approve
TODO
Fix Redis configuration to enable Mastodon to work
Description