diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000000000000000000000000000000000000..2093299038ab7337a8034b742bc15e8fec22b425 --- /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