Browse Source

Merge pull request #1200 from huertanix/patch-2

Update Heroku-guide.md
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
32a6f0884c
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      docs/Running-Mastodon/Heroku-guide.md

+ 2
- 4
docs/Running-Mastodon/Heroku-guide.md View File

@ -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`

Loading…
Cancel
Save