Skip to content

Instantly share code, notes, and snippets.

View ericworkman's full-sized avatar

Eric Workman ericworkman

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ericworkman on github.
  • I am enneract (https://keybase.io/enneract) on keybase.
  • I have a public key ASD18foC77y72bibgl5Q29sFI2xxtg6WD11it5HX1M_aJQo

To claim this, I am signing this object:

@ericworkman
ericworkman / Main.elm
Created December 19, 2017 05:09
Elm JSON decoding example
import Html exposing (..)
import Http
import Json.Decode as Decode
type alias User =
{ address: Address
, company: Company
, email: String
, id: Int
@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.