Intel Edison: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


==Install Java==
==Install Java==
<pre>

wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-i586.tar.gz
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-i586.tar.gz
</pre>


==Install [[OpenHAB]] 1==
==Install [[OpenHAB]] 1==

Revision as of 13:31, 31 March 2015

Intel Edison
  • Enable WiFi
  • Enable Bluetooth

Install Node-RED

sudo npm install -g node-red
node-red

Install Java

wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-i586.tar.gz

Install OpenHAB 1

wget --no-check-certificate https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-runtime.zip

wget --no-check-certificate https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-addons.zip

wget --no-check-certificate  https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-demo-configuration.zip


Liens