Skip to content

Instantly share code, notes, and snippets.

View ericworkman's full-sized avatar

Eric Workman ericworkman

View GitHub Profile
@ericworkman
ericworkman / INSTALL.rst
Last active August 29, 2017 19:06 — forked from jensens/INSTALL.rst
sentry setup with docker-compose

In order to run this image do: docker-compose up -d to get all up. On first run DB initialization and initial user setup is done like so:

First start a bash in the container: docker-compose exec sentry /bin/bash. Then, inside bash, do sentry upgrade wait until it asks you for an inital user. When finished exit the bash.

When in doubt check with docker-compose ps if all went fine.