0
0
Fork 0

Merge branch 'master' into patch-1

This commit is contained in:
David Huerta 2017-04-07 19:46:07 -04:00 committed by GitHub
commit 4fb24a70d3
5 changed files with 7 additions and 6 deletions

View file

@ -7,7 +7,7 @@ So, you have a working Mastodon instance... now what?
The following rake task:
rake mastodon:make_admin USERNAME=alice
RAILS_ENV=production bundle exec rails mastodon:make_admin USERNAME=alice
Would turn the local user "alice" into an admin.

View file

@ -81,8 +81,6 @@ You can deploy from the Heroku web interface or from the command line. Run:
after you first deploy to set up the first database.
You may need to use the `heroku` CLI application to run:
To make yourself an admin, you may need to use the `heroku` CLI application after creating an account online:
`USERNAME=yourUsername rails mastodon:make_admin`
to make yourself an admin.
`heroku rake mastodon:make_admin USERNAME=yourUsername`