Add automation for ADML HTTP image creation
[anna.git] / INSTALL_ADML_HTTP.md
1 # ADML with REST Interface (ADML-HTTP)
2
3 ## Deployment
4
5 Execute 'example/diameter/launcher/deploy-adml-http.sh' and follow instructions.
6
7 ## Enabling HTTP2 Service
8
9 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.
10
11 To build the docker image, execute this script:
12
13 > tools/build-adml-http [variant: [Release]|Debug]
14
15 ## Running docker image
16
17 > docker run --rm -d --network host --name adml-http anna-adml-http:<version>
18
19 ## Monitoring ADML traces
20
21 > docker exec -it adml-http tail -F /opt/adml/launcher.trace