diff options
author | Shel R <Yiskah.Raphen@gmail.com> | 2017-04-07 23:09:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 23:09:50 -0400 |
commit | 17690f51a21f86a4b37e5b61f7e314365296a2ae (patch) | |
tree | 4e5ed96f4ecd49cfe42df85a6e864df49803b831 /docs/Running-Mastodon | |
parent | 30903d5f02e5f25c093d16cee5912212fce1607c (diff) | |
parent | cf80cb5e8bee2cba4f7ee9c4227879d829b05ddd (diff) |
Merge branch 'master' into add_indigo_zone_instance
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Administration-guide.md | 2 | ||||
-rw-r--r-- | docs/Running-Mastodon/Heroku-guide.md | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/docs/Running-Mastodon/Administration-guide.md b/docs/Running-Mastodon/Administration-guide.md index dd69eb303..09b0f1df1 100644 --- a/docs/Running-Mastodon/Administration-guide.md +++ b/docs/Running-Mastodon/Administration-guide.md @@ -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. diff --git a/docs/Running-Mastodon/Heroku-guide.md b/docs/Running-Mastodon/Heroku-guide.md index 754f923ed..269bc6331 100644 --- a/docs/Running-Mastodon/Heroku-guide.md +++ b/docs/Running-Mastodon/Heroku-guide.md @@ -47,8 +47,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` |