Difference between revisions of "How to install & execute"
From AMTech WikiDocs
(→M2MBridge execution) |
(→M2MBridge execution) |
||
Line 15: | Line 15: | ||
==M2MBridge execution== | ==M2MBridge execution== | ||
− | * Customize the bridge configuration [[ | + | * Customize the bridge configuration [[Edge_Configuration|bridgeConfig,json]], defining the templateId with the bridge instance from DAP to clone |
* Execute node m2mbridge.js (located in the M2MBridge directory) | * Execute node m2mbridge.js (located in the M2MBridge directory) |
Revision as of 10:08, 2 May 2016
Os and core components
- Ansible M2MBridge script
- Installs Ubuntu OS
- Installs and configures Bluetooth core libraries
- Give access to node.js binary
- Install nodejs https://nodejs.org/en/download/package-manager/
- Install npm (http://blog.npmjs.org/post/85484771375/how-to-install-npm)
M2MBridge installation
- Clone git repository (https://github.com/AMTechMX/M2MBridge.git)
- Delete at /.../M2MBridge/plugins/xxx unneeded plug-ins (optional)
- Install packages for m2mBridge core and plug-ins (https://docs.npmjs.com/cli/install:)
- Execute npm install at:
- M2MBridge directory
- each plug-in directory
M2MBridge execution
- Customize the bridge configuration bridgeConfig,json, defining the templateId with the bridge instance from DAP to clone
- Execute node m2mbridge.js (located in the M2MBridge directory)