Merge pull request #212 from suoko/patch-2
Update Administration-guide.md
This commit is contained in:
commit
530ce36181
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue