From ddda05046929ec44f0fd2b62c7b32df71091ab19 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Tue, 23 Apr 2019 19:48:16 +0200 Subject: [PATCH] readme --- Readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..2093299 --- /dev/null +++ b/Readme.md @@ -0,0 +1,22 @@ +# Tosca Import/Export + + +## Run with docker + +Build the image with + + docker build -t tosca-ie-sample:latest . + +Run the container with + + docker run -d -p 5000:5000 tosca-ie-sample + +## Run locally + +Install prerequisites + + pip install -r requirements.txt + +Run the web_app + + python src/web_app.py \ No newline at end of file -- GitLab