Skip to content

BigDataGrapes-EU/d5.3-gacovi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.