-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
182b8d9
commit b0f49ef
Showing
1 changed file
with
19 additions
and
0 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,19 @@ | ||
# DRAX | ||
|
||
This is DRAX, the [DC/OS](https://dcos.io) Resilience Automated Xenodiagnosis. Well, actually DRAX is a reverse acronym for Drax the Destroyer from Guardians of the Galaxy. | ||
|
||
## Installation | ||
|
||
From source, which will get you always the latest version: | ||
|
||
$ go get github.com/dcos-labs/drax | ||
|
||
Via Marathon app spec: | ||
|
||
$ TBD | ||
|
||
## Dependencies | ||
|
||
- [DC/OS 1.7](https://dcos.io/releases/1.7.0/) | ||
- [github.com/gambol99/go-marathon](https://github.com/gambol99/go-marathon), an API library for working with Marathon. | ||
- [github.com/Sirupsen/logrus](https://github.com/Sirupsen/logrus), a logging library. |