diff --git a/dockers/mastodon/README.md b/dockers/mastodon/README.md new file mode 100644 index 0000000..08dc906 --- /dev/null +++ b/dockers/mastodon/README.md @@ -0,0 +1,6 @@ +Initialiser la DB : +docker-compose run --rm web bundle exec rails db:setup + +Créer un compte admin : +tootctl accounts create adminkaz --email admin@kaz.bzh --confirmed --role Owner +tootctl accounts approve adminkaz \ No newline at end of file