Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 503 Bytes

BigDataGrapes - GaCoVi

Install Docker from https://docs.docker.com/get-docker/

Download or clone the project:

git clone https://github.com/BigDataGrapes-EU/d5.3-gacovi.git

Navigate to the cloned/downloaded folder:

cd d5.3-gacovi

Build the image:

docker build -t d5.3-gacovi .

Run the image as a container:

docker run -dit --name d5.3-gacovi -p 8000:80  d5.3-gacovi

Open your web browser and go to http://localhost:8000 to see the app running.