Merge pull request #212 from suoko/patch-2

Update Administration-guide.md
This commit is contained in:
Eugen Rochko 2017-05-07 00:43:43 +02:00 committed by GitHub
commit 530ce36181

View file

@ -9,6 +9,11 @@ The following rake task:
RAILS_ENV=production bundle exec rails mastodon:make_admin USERNAME=alice
or, if using docker:
docker-compose run --rm web rails mastodon:make_admin USERNAME=alice
Would turn the local user "alice" into an admin.
## Administration web interface