diegoshe / easy-sentry-launch

There is no excuse not to have Sentry now.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Generate secret key by command:

    docker-compose run --rm sentry config generate-secret-key

    or

    pwgen 60

    or invite your cat.

  2. Set the output to SENTRY_SECRET_KEY variable in sentry-variables.env.

  3. If you want Sentry to send emails (member invitations or error notifications) set up email configuration variables.

  4. It is the initial start of Sentry container, so DB sync is needed, run:

    docker-compose run sentry upgrade

  5. While running this command user creation will be offered. Set your email and pass to access Sentry.

    Email:
    Password:
    Repeat for confirmation:
    
  6. Agree to be a superuser:

    Should this user be a superuser? [y/N]: Y

  7. Final command to start Sentry:

    docker-compose up -d

Sentry is on 8080 port, you can change it in docker-compose.yml.

Open Sentry, login, set root url.

Then add members in:

http://<host>:8080/organizations/sentry/members/new/

Used Sentry image: https://hub.docker.com/_/sentry/ Sentry is awesome, thanks!

About

There is no excuse not to have Sentry now.