X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=INSTALL_ADML_HTTP.md;h=e4f9320d2c999f9d544ddc59de6b8f8fd3d856ce;hp=973862be055f453b43c713d0281564581f07b404;hb=60870aeb874273396e495c5c188ba12a614b5b1b;hpb=3627b21d62afa4120a261bd827e9cc759b2e1d82 diff --git a/INSTALL_ADML_HTTP.md b/INSTALL_ADML_HTTP.md index 973862b..e4f9320 100644 --- a/INSTALL_ADML_HTTP.md +++ b/INSTALL_ADML_HTTP.md @@ -2,19 +2,19 @@ ## Deployment -Execute this [script](./example/diameter/launcher/deploy-adml-http.sh) and follow instructions. +Execute this [script](./example/diameter/launcher/deploy-adml-http.sh [Variant: Release by default]) and follow instructions. -## Enabling HTTP2 Service +## Building docker image -This is done through nginx proxy configured as reverse proxy to translate `HTTP2` traffic coming to port *8074* towards *localhost* port *8000* where `ADML HTTP` is going to serve the *HTTP1.1* Rest Service. +In our image, we enable the `HTTP2 Service` to attack the `HTTP1.1 ADML interface`. This is done through nginx proxy configured as reverse proxy to translate `HTTP2` traffic coming to port *8074* towards *localhost* port *8000* where `ADML HTTP` is going to serve the *HTTP1.1* Rest Service. To build the docker image, execute this script: -> tools/build-adml-http [variant: [Release]|Debug] +> tools/build-anna-adml-http [variant: [Release]|Debug] ## Running docker image -> docker run --rm -d -p 8074:8074 --name adml-http anna-adml-http: +> docker run --rm -d -p 8074:8074 --name anna-adml-http anna-adml-http: Service port is **8074**. @@ -22,11 +22,11 @@ Service port is **8074**. ### Monitoring ADML traces -> docker exec -it adml-http tail -F /opt/adml/launcher.trace +> docker exec -it anna-adml-http tail -F /opt/adml/launcher.trace ### Checking available diameter dictionaries -> docker exec -it adml-http ls -1 /opt/adml/stacks +> docker exec -it anna-adml-http ls -1 /opt/adml/stacks > > DictionaryGx.16777238.xml > DictionaryRx.16777236.xml