FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixed Docker File and Added Instructions for Docker · VisualDataWeb/WebVOWL@cae9c2a · GitHub

Commit cae9c2a

Browse files
Fixed Docker File and Added Instructions for Docker
1 parent d48fdf6 commit cae9c2a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG version=1.1.7
1010

1111
# Download WebVOWL to tomcat webapps directory as root app
1212
RUN rm -rf /usr/local/tomcat/webapps/* && \
13-
wget -O /usr/local/tomcat/webapps/ROOT.war http://downloads.visualdataweb.de/webvowl_${version}.war
13+
wget -O /usr/local/tomcat/webapps/ROOT.war http://vowl.visualdataweb.org/downloads/webvowl_1.1.7.war
1414

1515
# Run default server
1616
CMD ["catalina.sh", "run"]

‎README.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ WebVOWL [![Build Status](https://travis-ci.org/VisualDataWeb/WebVOWL.svg?branch=
33

44
This repository was ported from an internal SVN repository to Github after the release of WebVOWL 0.4.0. Due to cleanups with `git filter-branch`, the commit history might show some strange effects.
55

6+
Run Using Docker
7+
------------
8+
Make sure you are inside `WebVOWL` directory and you have docker installed. Run the following command to build the docker image:
9+
10+
`docker build . -t webvowl:v1`
11+
12+
Run the following command to run WebVOWL at port 8080.
13+
14+
`docker-compose up -d`
15+
16+
Visit [http://localhost:8080](http://localhost:8080) to use WebVOWL.
617

718
Requirements
819
------------

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL