diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-24 10:51:08 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-24 10:51:08 +0200 |
commit | b6e3522aae05d770b06d3af7c0cbf71d3a3a447f (patch) | |
tree | 42ec54bfb1cdafb1ca47c6d52f4269065426a772 /README.md | |
parent | 612b785b0fb4af835727aa8ebe38afc6c5ec0e1e (diff) |
Updated Readme and info zone for monitoring
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -86,7 +86,13 @@ as today latest stable is 1.1.4. cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX .. make - afb-daemon --workdir=. --ldpaths=. --port=1234 --roothttp=../htdocs --token="" --verbose + # Note: + 1) Controller is now a standalone project and should added on top of project bindings + 2) If you want monitoring add '--alias=/monitoring:$HOME/opt/afb-monitoring' (should point to monitoring HTML5 pages) + 3) To expose AAAA control interface add '--ws-server=unix:/var/tmp/afb-ws/ctl-aaaa' + + afb-daemon --workdir=. --ldpaths=. --binding=../../afb-controller/build/afb-source/afb-control-afb.so --port=1234 --roothttp=../htdocs --token="" --verbose + Warning: See below net on GDB requiring (--workdir=.) ``` |