diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-07 13:48:18 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-07 13:48:18 +0100 |
commit | 12a3520ba440316c76b95d92a684666f03f7b47d (patch) | |
tree | 91b24ab48936114eb52250aeb8387ce393313b95 /afb-client | |
parent | f12e5a28b1cd86d5de95e53fcef56dedf55e0475 (diff) |
Update README.md (screenshot, target instructions)
Added:
- screenshot ;
- instructions to run afb-daemon on target.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'afb-client')
-rw-r--r-- | afb-client/README.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/afb-client/README.md b/afb-client/README.md index e506468..4e0796f 100644 --- a/afb-client/README.md +++ b/afb-client/README.md @@ -1,3 +1,8 @@ +### Sample client application for Application Framework Binder + +![AFB-Client screenshot](http://iot.bzh/images/afb-client.jpg) + +_(Application Framework Binder can be found on https://github.com/iotbzh/afb-daemon)_ ## Installation @@ -57,8 +62,11 @@ Install HTML5 development toolchain on your host ### Move to Target cd $MYWORKSPACE/afb-client gulp build-app-prod - scp -r ./dist.pro/* user@mytarget:/rootdir/apfDaemon + scp -r ./dist.prod/* user@mytarget:/rootdir/afb-client + ssh user@mytarget "afb-daemon --port=3001 --token='' --rootdir=/rootdir/afb-client" + http://mytarget:3001/opa +### Directory structure /AppClient | |---- package.json @@ -95,4 +103,3 @@ Install HTML5 development toolchain on your host |---- (/dist.dev) |---- (/dist.prod) -
\ No newline at end of file |