Mastodon/README.md

23 lines
563 B
Markdown

# 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):
```bash
bin/rails db:prepare
```
Create admin account
```bash
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
```bash
RAILS_ENV=production bin/tootctl accounts modify admin --approve
```
## TODO
Fix Redis configuration to enable Mastodon to work