-
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.
added readme file. Fixed maintainer lines to new style LABEL format
- Loading branch information
James Babb
committed
Nov 22, 2017
1 parent
f423a64
commit cdb7d5e
Showing
3 changed files
with
38 additions
and
2 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,36 @@ | ||
| ## Overview | ||
|
|
||
| A simple dockerized deployment of midpoint tied to an included mysql database. | ||
|
|
||
| Features a possible way to automatically import resources on first run. | ||
|
|
||
| ## Building | ||
|
|
||
| From source: | ||
|
|
||
| ``` | ||
| $ ./build.sh | ||
| ``` | ||
|
|
||
| This will build each container needed. | ||
|
|
||
| ## Running | ||
|
|
||
| To run: | ||
|
|
||
| ``` | ||
| $ docker-compose up | ||
| ``` | ||
|
|
||
| ## Published Ports / Where to Go | ||
|
|
||
| * localhost:3306 -> MySQL Database. Log in with root/root | ||
| * http://localhost:8081/midpoint -> Midpoint. Log in with administrator/5ecr3t | ||
|
|
||
|
|
||
| ## Authors | ||
|
|
||
| * James Babb (james.babb@wisc.edu) | ||
| * Tom Jordan (tom.jordan@wisc.edu) | ||
|
|
||
| ## LICENSE |
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