Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 795 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 795 Bytes

nlpreviz-docker

Dockerfile for NLPReViz on OpenJDK7 If you don't have Docker, download and install from this link: https://docs.docker.com/get-docker/

Running NLPReViz using Docker:

Clone repository

git clone https://github.com/NLPReViz/nlpreviz-docker
cd nlpreviz docker

Build image from Dockerfile

docker build -t nlpreviz .

Run the image

docker run -dit -p 8080:8080 --name emr_vis_web nlpreviz

Point your browser to <localhost|DOCKER_IP>:8080/emr-vis-web/app. Enter username and password as defaults to login. Use docker-machine ip to confirm your local docker IP. For customization deployments, refer to documentation available on the main NLPReViz projects.