-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aeneas
committed
May 29, 2016
1 parent
f0b40f1
commit 00fd93c
Showing
1,168 changed files
with
8,182 additions
and
232,098 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
author: Aeneas Rekkas <[email protected]> | ||
license: Apache License Version 2.0 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ node_modules/ | |
*.log | ||
*.stackdump | ||
.DS_Store | ||
vendor/ | ||
.hydra.yml | ||
cover.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM golang:1.6 | ||
|
||
ADD . /go/src/github.com/ory-am/hydra | ||
WORKDIR /go/src/github.com/ory-am/hydra | ||
|
||
RUN go get github.com/Masterminds/glide | ||
RUN glide install | ||
RUN go install github.com/ory-am/hydra | ||
|
||
ENTRYPOINT /go/bin/hydra host | ||
|
||
EXPOSE 4444 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM golang:1.6 | ||
|
||
ADD . /go/src/github.com/ory-am/hydra | ||
WORKDIR /go/src/github.com/ory-am/hydra | ||
|
||
RUN go get github.com/Masterminds/glide | ||
RUN glide install | ||
RUN go install github.com/ory-am/hydra | ||
|
||
ENTRYPOINT sleep 5; /go/bin/hydra host --dangerous-auto-logon | ||
|
||
EXPOSE 4444 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
web: hydra-host start | ||
web: hydra host |
Oops, something went wrong.