Difference between revisions of "How to install"

From AMTech WikiDocs
Jump to: navigation, search
Line 1: Line 1:
 
==Os and core components==
 
==Os and core components==
 
*Ansible M2MBridge script
 
*Ansible M2MBridge script
**install Ubuntu OS
+
**Installs Ubuntu OS
**Bluetooth core libs
+
**Installs and configures Bluetooth core libraries
**Give access to node.js binary access.
+
**Give access to node.js binary
==Core code==
+
*Clone git repository (https://github.com/AMTechMX/M2MBridge.git)
+
 
*Install nodejs https://nodejs.org/en/download/package-manager/
 
*Install nodejs https://nodejs.org/en/download/package-manager/
 
*Install npm (http://blog.npmjs.org/post/85484771375/how-to-install-npm)
 
*Install npm (http://blog.npmjs.org/post/85484771375/how-to-install-npm)
 +
==M2MBirdge code==
 +
*Clone git repository (https://github.com/AMTechMX/M2MBridge.git)
 
*Delete at /.../M2MBridge/plugins/xxx unneeded plug-ins (optional)
 
*Delete at /.../M2MBridge/plugins/xxx unneeded plug-ins (optional)
 
*Install packages for m2mBridge core and plug-ins (https://docs.npmjs.com/cli/install:)
 
*Install packages for m2mBridge core and plug-ins (https://docs.npmjs.com/cli/install:)

Revision as of 15:02, 24 April 2016

Os and core components

M2MBirdge code