X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fapi%2Fsonata%2FREADME.md;h=e3269aa881a5ae5cea909b081704000e9a1b2604;hb=398cd3bc1c3f581cda1965b39e7edfb51c22840d;hp=fa0a06327f730e38ea982d576cc28d7b62e20ae4;hpb=0caea49645adff9a83f3ae300c4ac785d8a1f32f;p=osm%2Fvim-emu.git diff --git a/src/emuvim/api/sonata/README.md b/src/emuvim/api/sonata/README.md index fa0a063..e3269aa 100644 --- a/src/emuvim/api/sonata/README.md +++ b/src/emuvim/api/sonata/README.md @@ -1,5 +1,15 @@ # SONATA dummy gatekeeper API: +## Requirements + +* uuid +* hashlib +* zipfile +* yaml +* docker-py +* flask +* flask_restful + ## Run emulator example with active SONATA dummy gatekeeper: The example starts a small network with two data centers. @@ -84,4 +94,4 @@ _Note: This API should converge to the API of the original GK as much as possibl ## Run REST API in standalone mode (without emulator): This is not working yet!!! -* `sudo python src/emuvim/api/sonata/dummygatekeeper.py` \ No newline at end of file +* `python src/emuvim/api/sonata/dummygatekeeper.py` \ No newline at end of file