/mev

MultiExperiment Viewer

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

#MultiExperiment Viewer Build Status

===

To run locally install docker and minikube then follow minikube instructions to start up a cluster. Configure docker to use minikube and launch our MeV image

eval $(minikube docker-env)
docker run -p8080:8080 -d cccb/mev-web:baylie-2017-02-10
echo http://$(minikube ip):8080

The last line of output should be the URL of the application