mimischi / dokku-sentry

Deploy your own instance of Sentry onto Dokku!
66 stars 14 forks source link

Correct the command for create a user in sentry #4

Closed Jonatanmdez closed 6 years ago

Jonatanmdez commented 6 years ago

At least in my case for create the user I need to change the command:

If I execute the old comamnd I get the error

jmenendez@instance-1:~$ dokku run sentry web sentry createuser
-----> Found 'web' in Procfile, running that command
/entrypoint.sh: line 26: exec: uwsgi --ini=uwsgi.ini --http=0.0.0.0:9000: not found

Using Dokku 0.11.6

mimischi commented 6 years ago

So running your proposed command without the web in front works? I'll check, whether I can reproduce it. It's very much possible, that I mistyped the command in the README.

Jonatanmdez commented 6 years ago

Yes, running without web worked today (I just created today a dokku instance with sentry)

mimischi commented 6 years ago

Finally got around to test it. Thank you for the PR!