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)