logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 32a6f0884cc6bea0103103ab442bdfee38e83fe8
parent: a54af44975f72bf3b6f2611d6a48979610e8ea98
Author: Eugen <eugen@zeonfederated.com>
Date:   Sat,  8 Apr 2017 01:00:06 +0200

Merge pull request #1200 from huertanix/patch-2

Update Heroku-guide.md

Diffstat:

Mdocs/Running-Mastodon/Heroku-guide.md6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 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`