Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
## Overview
A simple dockerized deployment of midpoint tied to an included mysql database.
Features a possible way to automatically import resources on first run.
WARNING: This is a proof of concept and needs some love before it can be considered production ready. Use at your own risk.
## 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